Fix cmr indicator
This commit is contained in:
@@ -284,7 +284,7 @@ ARGS are the args to filter."
|
|||||||
crm-separator)
|
crm-separator)
|
||||||
(car args))
|
(car args))
|
||||||
(cdr args)))
|
(cdr args)))
|
||||||
(advice-add #'completing-read-multiple :filter-args #'my/crm-indicator)
|
(advice-add #'completing-read-multiple :filter-args #'my/-crm-indicator)
|
||||||
(setopt enable-recursive-minibuffers t
|
(setopt enable-recursive-minibuffers t
|
||||||
read-extended-command-predicate nil)
|
read-extended-command-predicate nil)
|
||||||
(unless (plist-get minibuffer-prompt-properties 'cursor-intangible)
|
(unless (plist-get minibuffer-prompt-properties 'cursor-intangible)
|
||||||
|
|||||||
Reference in New Issue
Block a user