summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-editing.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-12-01 11:24:12 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-12-01 11:24:12 +0100
commit73d71c7a6c17d9649076a6bdddf9295f3cf71ac7 (patch)
treea8b17aced5867d2a9035f357a0b554d790ad8667 /.config/emacs/modules/mm-editing.el
parentc0fc02fcf3e6c6dabc0b3ca00388f10ff103af0e (diff)
emacs: Don’t center the screen
Diffstat (limited to '.config/emacs/modules/mm-editing.el')
-rw-r--r--.config/emacs/modules/mm-editing.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el
index 910a80d..911a2a0 100644
--- a/.config/emacs/modules/mm-editing.el
+++ b/.config/emacs/modules/mm-editing.el
@@ -30,12 +30,13 @@
;;; Recenter The Screen When Jumping
-(dolist (command #'(backward-page
- backward-paragraph
- forward-page
- forward-paragraph
- pop-global-mark))
- (advice-add command :around #'mm-do-and-center))
+(mm-comment
+ (dolist (command #'(backward-page
+ backward-paragraph
+ forward-page
+ forward-paragraph
+ pop-global-mark))
+ (advice-add command :around #'mm-do-and-center)))
;;; Indentation Settings