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

@ -355,7 +355,8 @@ the new algorithm is confusing, like in python or ruby."
evil-snipe-char-fold t
evil-snipe-disabled-modes
'(org-agenda-mode magit-mode git-rebase-mode
elfeed-show-mode elfeed-search-mode ranger-mode)
elfeed-show-mode elfeed-search-mode ranger-mode
magit-repolist-mode)
evil-snipe-aliases '((?\[ "[[{(]")
(?\] "[]})]")
(?\; "[;:]")))