diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-01 11:24:12 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-01 11:24:12 +0100 |
commit | 73d71c7a6c17d9649076a6bdddf9295f3cf71ac7 (patch) | |
tree | a8b17aced5867d2a9035f357a0b554d790ad8667 /.config/emacs/modules/mm-keybindings.el | |
parent | c0fc02fcf3e6c6dabc0b3ca00388f10ff103af0e (diff) |
emacs: Don’t center the screen
Diffstat (limited to '.config/emacs/modules/mm-keybindings.el')
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 42d2bfb..9917ab8 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -104,8 +104,8 @@ the first command is remapped to the second command." ;;; Bind Commands Globally (mm-keymap-set global-map - "<next>" #'e/scroll-up - "<prior>" #'e/scroll-down + ;; "<next>" #'e/scroll-up + ;; "<prior>" #'e/scroll-down "C-<next>" #'forward-page "C-<prior>" #'backward-page |