General & minor reformatting+refactor

This commit is contained in:
Henrik Lissner 2018-07-19 03:40:31 +02:00
parent 8756837036
commit d6461d495b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 8 additions and 11 deletions

View file

@ -34,7 +34,7 @@
;; `vc-annotate' (built-in)
(after! vc-annotate
(set-popup-rules!
'(("^\\vc-d" :select nil) ; *vc-diff*
'(("^\\vc-d" :select nil) ; *vc-diff*
("^\\vc-c" :select t))) ; *vc-change-log*
(set-evil-initial-state!
'(vc-annotate-mode vc-git-log-view-mode)