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

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

[elpa] externals/corfu 2ebd35f 12/14: corfu-map: Bind M-n and M-p


From: Protesilaos Stavrou
Subject: [elpa] externals/corfu 2ebd35f 12/14: corfu-map: Bind M-n and M-p
Date: Sat, 17 Apr 2021 10:25:43 -0400 (EDT)

branch: externals/corfu
commit 2ebd35f5925d249e9f942146eaeac2e8e5b330c9
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    corfu-map: Bind M-n and M-p
---
 corfu.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/corfu.el b/corfu.el
index 93f4aaf..24ddf89 100644
--- a/corfu.el
+++ b/corfu.el
@@ -110,6 +110,8 @@ If `line-spacing/=nil' or in text-mode, the background 
color is used instead.")
     (define-key map [remap next-line] #'corfu-next)
     (define-key map [remap previous-line] #'corfu-previous)
     (define-key map [remap completion-at-point] #'corfu-complete)
+    (define-key map "\en" #'corfu-next)
+    (define-key map "\ep" #'corfu-previous)
     (define-key map "\e\e\e" #'corfu-abort)
     (define-key map "\C-g" #'corfu-abort)
     (define-key map "\r" #'corfu-insert)



reply via email to

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