diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 3fd347a..05e28f3 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -59,6 +59,7 @@ (url-copy-file url filepath 1))) ;; meow +(meow-global-mode) (defun meow-setup () "Set up meow." (setq meow-cheatsheet-layout meow-cheatsheet-layout-dvp) @@ -137,8 +138,7 @@ '("y" . meow-yank) '("z" . meow-pop-selection) '("'" . repeat) - '("" . ignore) - '("TAB" . meow-indent))) + '("" . ignore))) (meow-setup)