updated config

This commit is contained in:
Matt Nish-Lapidus 2023-08-31 13:46:13 -04:00
parent 42ec7345d3
commit d54ea39db3
5 changed files with 86 additions and 51 deletions

View file

@ -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