fix(emacs): meow global mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
2364ff2137
commit
58b0e0f0d6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue