tools/magit: fix reference to possibly undefined variable #469
This commit is contained in:
parent
eacb720a8f
commit
612efccd72
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue