branch: elpa/crux commit 11096b95d1119847e746e4aae36c9de6163e5472 Author: Arif Rezai <majafe...@gmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Fix typo in keybindings (#47) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f04f98..8be24f2 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Here's how you'd bind some of the commands to keycombos: (global-set-key (kbd "C-c o") #'crux-open-with) (global-set-key [(shift return)] #'crux-smart-open-line) (global-set-key (kbd "s-r") #'crux-recentf-find-file) -(global-set-key (kbd "C-<backspace>" #'crux-kill-line-backwards)) +(global-set-key (kbd "C-<backspace>") #'crux-kill-line-backwards) (global-set-key [remap kill-whole-line] #'crux-kill-whole-line) ```