about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-27 18:20:34 -0500
committerCase Duckworth2021-09-27 18:20:34 -0500
commita9534e1a839f5a98569d516f56e15c77146db62b (patch)
treee413e53aa757f543aef399db9492889b322507d1 /init.el
parentEnable column-number-mode (diff)
downloademacs-a9534e1a839f5a98569d516f56e15c77146db62b.tar.gz
emacs-a9534e1a839f5a98569d516f56e15c77146db62b.zip
Add circe-buffer-source
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 84e0945..6620f45 100644 --- a/init.el +++ b/init.el
@@ -1211,6 +1211,8 @@ specific to most general, they are these:
1211 "M-s e" #'consult-isearch 1211 "M-s e" #'consult-isearch
1212 "M-s l" #'consult-line)) 1212 "M-s l" #'consult-line))
1213 1213
1214 (:option (append consult-buffer-sources) #'circe-buffer-source)
1215
1214 (consult-history-to-modes ((minibuffer-local-map . nil) 1216 (consult-history-to-modes ((minibuffer-local-map . nil)
1215 (shell-mode-map . shell-mode-hook) 1217 (shell-mode-map . shell-mode-hook)
1216 (term-mode-map . term-mode-hook) 1218 (term-mode-map . term-mode-hook)