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

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

[nongnu] elpa/vcomplete 3bdf059728 1/2: ; Use 'kbd' notation in README


From: ELPA Syncer
Subject: [nongnu] elpa/vcomplete 3bdf059728 1/2: ; Use 'kbd' notation in README
Date: Wed, 25 May 2022 09:59:02 -0400 (EDT)

branch: elpa/vcomplete
commit 3bdf05972856ee87213a91db67f7f80fecfc5635
Author: Daniel Semyonov <daniel@dsemy.com>
Commit: Daniel Semyonov <daniel@dsemy.com>

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

diff --git a/README b/README
index 2b3f4f1e18..8edb305072 100644
--- a/README
+++ b/README
@@ -54,7 +54,7 @@ M-RET (C-M-m) chooses the completion at point.
 
 More commands can be added through ‘vcomplete-command-map’:
 
-(define-key vcomplete-command-map [?\C-a] #'my-command)
+(define-key vcomplete-command-map (kbd "C-a") #'my-command)
 
 You can customize ‘vcomplete-mode’ using the customize interface:
 



reply via email to

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