diff options
| -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 94782ab..c0f4957 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -150,8 +150,8 @@ COMMANDS the first command is remapped to the second command." (with-eval-after-load 'increment (mm-keybindings-keymap-set-repeating global-map - "d" #'decrement-number-at-point - "i" #'increment-number-at-point)) + "C-x" #'decrement-number-at-point + "C-a" #'increment-number-at-point)) ;;; Other Bindings |