about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-08-10 15:57:42 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-08-10 15:57:42 +0100
commit39de3866eee6c536cc9d263f45493b151b4c0fea (patch)
tree406e2e0c70da2def045442d61910d1ee6fea6218
parentf146c7028a2c4919f51649ec14c439006865dea6 (diff)
downloaddotfiles-39de3866eee6c536cc9d263f45493b151b4c0fea.tar.gz
Change binding for crux-eval-and-replace
-rw-r--r--.emacs.d/lisp/init-crux.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-crux.el b/.emacs.d/lisp/init-crux.el
index da5ae71..f7f30a7 100644
--- a/.emacs.d/lisp/init-crux.el
+++ b/.emacs.d/lisp/init-crux.el
@@ -20,7 +20,7 @@
   ("C-c F" . crux-recentf-find-file)
   ("C-x 4 s" . crux-swap-windows)
   ("C-x M-o" . crux-other-window-or-switch-buffer)
-  ("C-c e r" . crux-eval-and-replace)
+  ("C-c C-M-x" . crux-eval-and-replace)
   ("C-c M-k" . crux-kill-other-buffers)
   ("C-c C-r" . crux-rename-buffer-and-file)
   ("C-c D" . crux-delete-file-and-buffer)