mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/version-control: fix @set :evil-state call + refactor
This commit is contained in:
@ -6,12 +6,12 @@
|
||||
(@after vc-annotate
|
||||
(@set :popup
|
||||
'("*vc-diff*" :size 15 :noselect t)
|
||||
'("*vc-change-log*" :size 15 :select t)
|
||||
'("*vc-change-log*" :size 15)
|
||||
'(vc-annotate-mode :same t))
|
||||
|
||||
(@set :evil-state
|
||||
'(vc-annotate-mode normal)
|
||||
'(vc-git-log-view-mode normal))
|
||||
'(vc-annotate-mode . normal)
|
||||
'(vc-git-log-view-mode . normal))
|
||||
|
||||
(@map :map vc-annotate-mode-map
|
||||
:n "q" 'kill-this-buffer
|
||||
|
Reference in New Issue
Block a user