Compare commits
2 Commits
78e05345e7
...
fbd1f6fca5
| Author | SHA1 | Date | |
|---|---|---|---|
| fbd1f6fca5 | |||
| e6d5aa3472 |
@ -10,3 +10,6 @@
|
|||||||
gpgsign = true
|
gpgsign = true
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
sweep = !"git branch -d $(git branch --merged | grep -vw $(git rev-parse --abbrev-ref HEAD))"
|
||||||
|
|||||||
@ -113,3 +113,7 @@
|
|||||||
'((:results . "silent") ;
|
'((:results . "silent") ;
|
||||||
(:session . "default") ; The default tmux session to send code to
|
(:session . "default") ; The default tmux session to send code to
|
||||||
(:socket . nil))) ; The default tmux socket to communicate with
|
(:socket . nil))) ; The default tmux socket to communicate with
|
||||||
|
|
||||||
|
;; Fix comment colors
|
||||||
|
(set-face-foreground 'font-lock-string-face "green")
|
||||||
|
(set-face-foreground 'font-lock-comment-face "green")
|
||||||
|
|||||||
Reference in New Issue
Block a user