From 35b8594d36a151d9868846c63d73a3f8c06e4699 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sat, 30 Nov 2024 03:59:10 -0500 Subject: [PATCH] fix(emacs): bind meow `l` to `recenter-top-bottom` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/priime-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/priime-edit.el b/.emacs.d/include/priime-edit.el index 8320e18..41fc2d2 100644 --- a/.emacs.d/include/priime-edit.el +++ b/.emacs.d/include/priime-edit.el @@ -96,7 +96,7 @@ '("I" . meow-open-above) '("j" . meow-join) '("k" . meow-kill) - '("l" . meow-till) + '("l" . recenter-top-bottom) '("m" . meow-mark-word) '("M" . meow-mark-symbol) '("n" . meow-next)