Fix read-extended-command-predicate
This commit is contained in:
3
init.el
3
init.el
@ -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))
|
||||
|
Reference in New Issue
Block a user