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

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

[nongnu] elpa/wfnames a707b9d073 72/98: Add binding for CAP


From: ELPA Syncer
Subject: [nongnu] elpa/wfnames a707b9d073 72/98: Add binding for CAP
Date: Tue, 8 Aug 2023 04:01:36 -0400 (EDT)

branch: elpa/wfnames
commit a707b9d0731b2f0d462d9b231a4293eca5befba4
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Add binding for CAP
---
 wfnames.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/wfnames.el b/wfnames.el
index c9d0a22fa3..d9df8c0b0d 100644
--- a/wfnames.el
+++ b/wfnames.el
@@ -81,6 +81,9 @@
     (define-key map (kbd "C-c R")   #'wfnames-revert-changes)
     (define-key map (kbd "C-c C-k") #'wfnames-abort)
     (define-key map (kbd "TAB")     #'completion-at-point)
+    ;; This override ispell completion in iedit map which is useless
+    ;; here.
+    (define-key map (kbd "C-M-i")   #'completion-at-point)
     map))
 
 (defun wfnames-capf ()



reply via email to

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