From 5f49a426e8637976cc5450be53ed7d2bf9c2ba2b Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 27 Oct 2024 23:34:54 -0400 Subject: [PATCH] fix(emacs): add lsp leader key for meow Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 2f5b1eb..fda3298 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -84,6 +84,7 @@ (keymap-global-set "C-q" #'meow-quit) (setq meow-cheatsheet-layout meow-cheatsheet-layout-dvp) (meow-leader-define-key '("u" . "C-u")) + (meow-leader-define-key '("l" . "s-l")) (meow-motion-overwrite-define-key ;; custom keybinding for motion state '("" . ignore))