1
0
Fork 0

fix(emacs): add leader key for meow

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-29 17:58:51 -05:00
parent d8b96bc49b
commit 8f0cfbf454
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -83,7 +83,7 @@
"Set up meow."
(setq meow-cheatsheet-layout meow-cheatsheet-layout-dvp)
(meow-leader-define-key
'("?" . meow-cheatsheet))
'("u" . "C-u"))
(meow-motion-overwrite-define-key
;; custom keybinding for motion state
'("<escape>" . ignore))