summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index d7cf373..ac96854 100644 --- a/init.el +++ b/init.el
@@ -998,7 +998,7 @@ if ripgrep is installed, otherwise `consult-grep'."
998 (if (fboundp #'consult-completing-read-multiple) 998 (if (fboundp #'consult-completing-read-multiple)
999 (:advise completing-read-multple 999 (:advise completing-read-multple
1000 :override #'consult-completing-read-multiple) 1000 :override #'consult-completing-read-multiple)
1001 1001 ;; else
1002 (defun crm-indicator (args) 1002 (defun crm-indicator (args)
1003 (cons (concat "[CRM] " (car args)) (cdr args))) 1003 (cons (concat "[CRM] " (car args)) (cdr args)))
1004 (:advise completing-read-multiple 1004 (:advise completing-read-multiple