branch: externals/window-commander
commit 0d361df85e887864c697a7005a85eaae9fc53f9e
Author: Daniel Semyonov <dan...@dsemy.com>
Commit: Daniel Semyonov <dan...@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