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
|
@ -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 '((?\[ "[[{(]")
|
||||
(?\] "[]})]")
|
||||
(?\; "[;:]")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue