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