From 0af7b13c9cb154278311a7fca737855eea2c7536 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 8 Dec 2024 18:25:14 -0500 Subject: [PATCH] fix(emacs): add paragraph navigation Signed-off-by: Lucas Sta Maria --- .emacs.d/include/priime-edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/include/priime-edit.el b/.emacs.d/include/priime-edit.el index 41fc2d2..cd6c4f8 100644 --- a/.emacs.d/include/priime-edit.el +++ b/.emacs.d/include/priime-edit.el @@ -56,9 +56,9 @@ '("!" . meow-expand-8) '("[" . meow-expand-7) '("]" . meow-expand-6) - '("{" . meow-expand-5) + '("{" . backward-paragraph) '("+" . meow-expand-4) - '("}" . meow-expand-3) + '("}" . forward-paragraph) '(")" . meow-expand-2) '("(" . meow-expand-1) '("1" . digit-argument)