diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-10-01 15:49:40 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-10-01 15:49:40 +0100 |
commit | f925f618d51e3f0334710a32024617a380f4e413 (patch) | |
tree | d1e343ec3a865a3894d60ef8cf7566b606b34541 | |
parent | 535c8da9b03a4e0cbc34392c93a0421463b77523 (diff) | |
download | dotfiles-f925f618d51e3f0334710a32024617a380f4e413.tar.gz |
Tweak binding again
-rw-r--r-- | .emacs.d/lisp/init-editor.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index a6b84c1..72369f5 100644 --- a/.emacs.d/lisp/init-editor.el +++ b/.emacs.d/lisp/init-editor.el @@ -157,7 +157,7 @@ (use-package operate-on-number :bind - ("C-c ," . operate-on-number-at-point)) + ("C-c C-." . operate-on-number-at-point)) (defun +elpaca-unload-xref (e) (and (featurep 'xref) (unload-feature 'xref t)) |