summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.org b/README.org
index fd64b55..dfd3e15 100644
--- a/README.org
+++ b/README.org
@@ -104,6 +104,11 @@
;; TAB cycle if there are only few candidates
(setq completion-cycle-threshold 3)
+ ;; Emacs 28: Hide commands in M-x which do not work in the current mode.
+ ;; Corfu commands are hidden, since they are not supposed to be used via M-x.
+ ;; (setq read-extended-command-predicate
+ ;; #'command-completion-default-include-p)
+
;; Enable indentation+completion using the TAB key.
;; `completion-at-point' is often bound to M-TAB.
(setq tab-always-indent 'complete))