diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-08-10 15:57:42 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-08-10 15:57:42 +0100 |
commit | 39de3866eee6c536cc9d263f45493b151b4c0fea (patch) | |
tree | 406e2e0c70da2def045442d61910d1ee6fea6218 | |
parent | f146c7028a2c4919f51649ec14c439006865dea6 (diff) | |
download | dotfiles-39de3866eee6c536cc9d263f45493b151b4c0fea.tar.gz |
Change binding for crux-eval-and-replace
-rw-r--r-- | .emacs.d/lisp/init-crux.el | 2 |
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) |