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)))
|
(url-copy-file url filepath 1)))
|
||||||
|
|
||||||
;; meow
|
;; meow
|
||||||
|
(meow-global-mode)
|
||||||
(defun meow-setup ()
|
(defun meow-setup ()
|
||||||
"Set up meow."
|
"Set up meow."
|
||||||
(setq meow-cheatsheet-layout meow-cheatsheet-layout-dvp)
|
(setq meow-cheatsheet-layout meow-cheatsheet-layout-dvp)
|
||||||
|
@ -137,8 +138,7 @@
|
||||||
'("y" . meow-yank)
|
'("y" . meow-yank)
|
||||||
'("z" . meow-pop-selection)
|
'("z" . meow-pop-selection)
|
||||||
'("'" . repeat)
|
'("'" . repeat)
|
||||||
'("<escape>" . ignore)
|
'("<escape>" . ignore)))
|
||||||
'("TAB" . meow-indent)))
|
|
||||||
|
|
||||||
(meow-setup)
|
(meow-setup)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue