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

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

[nongnu] elpa/swsw 0d361df85e 2/2: ; Use 'kbd' notation in the README


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 0d361df85e 2/2: ; Use 'kbd' notation in the README
Date: Wed, 25 May 2022 09:58:53 -0400 (EDT)

branch: elpa/swsw
commit 0d361df85e887864c697a7005a85eaae9fc53f9e
Author: Daniel Semyonov <daniel@dsemy.com>
Commit: Daniel Semyonov <daniel@dsemy.com>

    ; Use 'kbd' notation in the README
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index c4c19e2651..369565d69b 100644
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ C-x o 0 ID deletes the window which corresponds to ID.
 
 More commands can be added through ‘swsw-command-map’:
 
-(define-key swsw-command-map [?a] #'my-command)
+(define-key swsw-command-map (kbd "a") #'my-command)
 
 You can customize ‘swsw-mode’ using the customize interface:
 



reply via email to

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