updated config
This commit is contained in:
parent
42ec7345d3
commit
d54ea39db3
5 changed files with 86 additions and 51 deletions
|
@ -329,11 +329,3 @@
|
|||
(pushnew! meow-mode-state-list '(sly-db-mode . motion))
|
||||
(pushnew! meow-mode-state-list '(sly-inspector-mode . motion))
|
||||
(map! :map meow-keymap [remap describe-key] #'helpful-key))
|
||||
|
||||
(if (modulep! :editor evil)
|
||||
(add-hook! 'after-init-hook
|
||||
(defun meow-init-local-var-hooks-disable-evil ()
|
||||
(remove-hook 'doom-after-modules-config-hook 'evil-mode)
|
||||
(evil-mode -1))))
|
||||
|
||||
;; REVIEW look into better ways to manage key binds, and see if general.el can support meow modes instead of evil modes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue