about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-10-01 15:49:40 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-10-01 15:49:40 +0100
commitf925f618d51e3f0334710a32024617a380f4e413 (patch)
treed1e343ec3a865a3894d60ef8cf7566b606b34541
parent535c8da9b03a4e0cbc34392c93a0421463b77523 (diff)
downloaddotfiles-f925f618d51e3f0334710a32024617a380f4e413.tar.gz
Tweak binding again
-rw-r--r--.emacs.d/lisp/init-editor.el2
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))