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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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