mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
tools/magit: fix reference to possibly undefined variable #469
This commit is contained in:
@ -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 '((?\[ "[[{(]")
|
||||
(?\] "[]})]")
|
||||
(?\; "[;:]")))
|
||||
|
Reference in New Issue
Block a user