Fix read-extended-command-predicate

This commit is contained in:
2024-10-20 02:03:00 -07:00
parent b54abacff3
commit e9e4e89930
2 changed files with 3 additions and 18 deletions

View File

@ -687,7 +687,8 @@ visual states."
(advice-add #'completing-read-multiple :filter-args #'my/crm-indicator)
(setq vertico-cycle t
enable-recursive-minibuffers t
read-extended-command-predicate #'command-completion-default-include-p
;; read-extended-command-predicate #'command-completion-default-include-p
read-extended-command-predicate nil
minibuffer-prompt-properties '(read-only t ;; noindent 3
cursor-intangible t
face minibuffer-prompt))