From 2e1df93a8d7665cae945b6095b045f0c32aae8c6 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 10 Oct 2024 16:51:00 +0100 Subject: Fix binding clash --- .emacs.d/lisp/init-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index a3dceae..c8a2709 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 C-." . operate-on-number-at-point)) + ("C-c +" . operate-on-number-at-point)) (defun +elpaca-unload-xref (e) (and (featurep 'xref) (unload-feature 'xref t)) -- cgit 1.4.1-2-gfad0