feature/evil: refactor how evil-snipe + bindings are autoloaded
This commit is contained in:
parent
eece13f2ca
commit
227e7b095d
2 changed files with 11 additions and 11 deletions
|
@ -307,6 +307,7 @@ the new algorithm is confusing, like in python or ruby."
|
|||
(def-package! evil-snipe
|
||||
:commands (evil-snipe-mode evil-snipe-override-mode
|
||||
evil-snipe-local-mode evil-snipe-override-local-mode)
|
||||
:hook (doom-post-init . evil-snipe-mode)
|
||||
:init
|
||||
(setq evil-snipe-smart-case t
|
||||
evil-snipe-scope 'line
|
||||
|
@ -316,8 +317,8 @@ the new algorithm is confusing, like in python or ruby."
|
|||
evil-snipe-aliases '((?\[ "[[{(]")
|
||||
(?\] "[]})]")
|
||||
(?\; "[;:]")))
|
||||
(add-hook 'doom-post-init-hook #'evil-snipe-mode)
|
||||
(add-hook 'doom-post-init-hook #'evil-snipe-override-mode))
|
||||
:config
|
||||
(evil-snipe-override-mode +1))
|
||||
|
||||
|
||||
(def-package! evil-surround
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue