From ab4cc4dfd60b6df59d43d12e50764a405cf98bb4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 3 Apr 2026 03:56:18 +0200 Subject: emacs: Fix repeat bindings --- .config/emacs/modules/mm-keybindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') 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 -- cgit v1.2.3