summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-12 14:20:48 -0500
committerCase Duckworth2021-08-12 14:20:48 -0500
commit0d8f9d5cd685e6736134a0428c207e33c55edf23 (patch)
treeb5296ac87afc24750ccdfeff79099140b22b3387 /init.el
parentShow JOIN/NICK/PART/QUIT, but not in modeline (diff)
downloademacs-0d8f9d5cd685e6736134a0428c207e33c55edf23.tar.gz
emacs-0d8f9d5cd685e6736134a0428c207e33c55edf23.zip
Add comment
Diffstat (limited to 'init.el')
-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