summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-11-22 23:08:46 -0600
committerCase Duckworth2021-11-22 23:09:06 -0600
commit4cce79552f38739c2a1ab3f6231cd48058cc5424 (patch)
tree446524c896c845850d79f3e632218c640ac57356 /init.el
parentAdd cape (diff)
downloademacs-4cce79552f38739c2a1ab3f6231cd48058cc5424.tar.gz
emacs-4cce79552f38739c2a1ab3f6231cd48058cc5424.zip
Configure +circe-server-buffer-action
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el index a9da4d4..aadf54a 100644 --- a/init.el +++ b/init.el
@@ -180,7 +180,9 @@
180 (- +circe-left-margin 2)) 180 (- +circe-left-margin 2))
181 " ")) 181 " "))
182 182
183 (:option +circe-network-inhibit-autoconnect _circe-network-inhibit-autoconnect 183 (:option +circe-server-buffer-action (lambda (buf)
184 (message "Connected to %s" buf))
185 +circe-network-inhibit-autoconnect _circe-network-inhibit-autoconnect
184 circe-network-options _circe-network-options 186 circe-network-options _circe-network-options
185 circe-color-nicks-everywhere t 187 circe-color-nicks-everywhere t
186 circe-default-part-message "See You, Space Cowpokes . . ." 188 circe-default-part-message "See You, Space Cowpokes . . ."
@@ -383,7 +385,6 @@
383 "<help> k" 'helpful-key 385 "<help> k" 'helpful-key
384 "C-c C-d" 'helpful-at-point)) 386 "C-c C-d" 'helpful-at-point))
385 387
386
387(setup (:straight (hippie-completing-read 388(setup (:straight (hippie-completing-read
388 :host github 389 :host github
389 :repo "duckwork/hippie-completing-read")) 390 :repo "duckwork/hippie-completing-read"))