From 205870c761859bd71af5cc46fc55f5c3407b57d6 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 3 Sep 2019 12:09:52 -0400 Subject: [PATCH] emacs: fix overlapping crux and counsel bindings --- .emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b6b27c6..bfc9d28 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1554,9 +1554,9 @@ This function is intended for use with `ivy-ignore-buffers'." :defer 0.4 :bind (("C-c d" . crux-duplicate-current-line-or-region) ("C-c D" . crux-duplicate-and-comment-current-line-or-region) - ("C-c f c" . crux-copy-file-preserve-attributes) - ("C-c f d" . crux-delete-file-and-buffer) - ("C-c f r" . crux-rename-file-and-buffer) + ("C-c f C" . crux-copy-file-preserve-attributes) + ("C-c f D" . crux-delete-file-and-buffer) + ("C-c f R" . crux-rename-file-and-buffer) ("C-c j" . crux-top-join-line) ("C-S-j" . crux-top-join-line))) -- 2.20.1