summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-02-22 17:40:51 +0000
committerAlan Pearce2019-02-22 17:40:51 +0000
commit080fbb3439af970f6d53abacb826fb6f0c108309 (patch)
treefea7be2a2e7d0300f593f2b005f982f2e71f4d2c /emacs/.emacs.d
parentb0732384eaca67231beb98763f5c8d3766ce025c (diff)
downloaddotfiles-080fbb3439af970f6d53abacb826fb6f0c108309.tar.lz
dotfiles-080fbb3439af970f6d53abacb826fb6f0c108309.tar.zst
dotfiles-080fbb3439af970f6d53abacb826fb6f0c108309.zip
Emacs: fix crux command shortcuts
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index d6bdefd..e0b03d5 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -2337,8 +2337,8 @@ Pass ARG to `comint-delchar-or-maybe-eof'."
               "fs" #'save-buffer
               "ff" #'find-file
               "fw" #'write-file
-              "fd" #'crux-delete-buffer-and-file
-              "fr" #'crux-rename-buffer-and-file
+              "fd" #'crux-delete-file-and-buffer
+              "fr" #'crux-rename-file-and-buffer
               "gs" #'magit-status
               "gm" #'magit-dispatch-popup
               "gt" #'git-timemachine