emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/crux 11096b9 058/112: Fix typo in keybindings (#47)


From: ELPA Syncer
Subject: [nongnu] elpa/crux 11096b9 058/112: Fix typo in keybindings (#47)
Date: Wed, 11 Aug 2021 09:57:53 -0400 (EDT)

branch: elpa/crux
commit 11096b95d1119847e746e4aae36c9de6163e5472
Author: Arif Rezai <majafer10@gmail.com>
Commit: Bozhidar Batsov <bozhidar.batsov@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)
 ```
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]