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)