[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu f658ae6275 2/2: Update comment
From: |
ELPA Syncer |
Subject: |
[elpa] externals/corfu f658ae6275 2/2: Update comment |
Date: |
Fri, 8 Dec 2023 03:57:44 -0500 (EST) |
branch: externals/corfu
commit f658ae627508ba8104b640b4242a2a99716c58ea
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Update comment
---
corfu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu.el b/corfu.el
index 5cd07930d0..3eb4deb3dc 100644
--- a/corfu.el
+++ b/corfu.el
@@ -238,7 +238,7 @@ the completion backend is costly."
;; XXX C-a is bound because of Eshell.
;; Ideally Eshell would remap move-beginning-of-line.
"C-a" #'corfu-prompt-beginning
- ;; XXX [tab] is bound because of org-mode
+ ;; XXX [tab] is bound because of org-mode and orgtbl-mode.
;; The binding should be removed from org-mode-map.
"<tab>" #'corfu-complete
"M-n" #'corfu-next