cleanup
This commit is contained in:
parent
4392237f11
commit
7b713d3982
2 changed files with 1 additions and 15 deletions
|
@ -10,9 +10,6 @@
|
|||
|
||||
(defun meow/setup-qwerty ()
|
||||
(setq meow-cheatsheet-layout meow-cheatsheet-layout-qwerty))
|
||||
;; (meow-motion-overwrite-define-key
|
||||
;; '("j" . meow-next)
|
||||
;; '("k" . meow-prev)))
|
||||
|
||||
(defun meow--eval-sexp ()
|
||||
(interactive)
|
||||
|
@ -43,12 +40,8 @@
|
|||
(map! :map meow-beacon-state-keymap
|
||||
doom-leader-key nil)
|
||||
(meow/setup-leader)
|
||||
(setq meow-tree-sitter-queries-dir "~/Source/_src/meow-tree-sitter/queries")
|
||||
(meow-tree-sitter-register-defaults)
|
||||
(pushnew! meow-mode-state-list '(sly-db-mode . motion))
|
||||
(pushnew! meow-mode-state-list '(sly-inspector-mode . motion))
|
||||
(pushnew! meow-mode-state-list '(mu4e-main-mode . motion))
|
||||
(pushnew! meow-mode-state-list '(vterm-mode . insert))
|
||||
(pushnew! meow-mode-state-list '(sly-mode . insert))
|
||||
)
|
||||
;; (pushnew! meow-mode-state-list '(custom-mode . motion)))
|
||||
(pushnew! meow-mode-state-list '(sly-mode . insert)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue