diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-07-14 18:14:31 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-07-14 20:30:24 +0200 |
| commit | 66116be876dbe92cd1185db04f7c0507cda4e6c3 (patch) | |
| tree | dadf0cc1c2b809541688a2e18efbd8a5922ceace /README.org | |
| parent | 9f278fd95b0bffe57617d3574fe1c658609e3c7c (diff) | |
Add completion-predicate to the Corfu commands (Fix #35)completion-predicate
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)) |
