tools/magit: fix reference to possibly undefined variable #469

This commit is contained in:
Henrik Lissner
2018-03-20 16:01:33 -04:00
parent eacb720a8f
commit 612efccd72
2 changed files with 2 additions and 2 deletions

View File

@ -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