1
0
Fork 0

fix(emacs): meow global mode

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-22 18:03:11 -05:00
parent 2364ff2137
commit 58b0e0f0d6
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)
'("<escape>" . ignore)
'("TAB" . meow-indent)))
'("<escape>" . ignore)))
(meow-setup)