mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
tools/magit: fix reference to possibly undefined variable #469
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
(set! :popup "^\\*?magit" :ignore)
|
||||
(set! :evil-state 'magit-status-mode 'emacs)
|
||||
|
||||
(push 'magit-repolist-mode evil-snipe-disabled-modes)
|
||||
(map! :map magit-repolist-mode-map
|
||||
:n "j" #'next-line
|
||||
:n "k" #'previous-line
|
||||
|
Reference in New Issue
Block a user