about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-06-01 22:29:38 -0500
committerCase Duckworth2021-06-01 22:29:38 -0500
commitf3704f7cb702dc5d75923aecd98a07aa1d2049b3 (patch)
treeb9a6411c0fb053fefd14087d76577cea1bdcc6c6 /init.el
parentAdd group (diff)
downloademacs-f3704f7cb702dc5d75923aecd98a07aa1d2049b3.tar.gz
emacs-f3704f7cb702dc5d75923aecd98a07aa1d2049b3.zip
Configure ERC
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/init.el b/init.el index 1eea127..be70886 100644 --- a/init.el +++ b/init.el
@@ -266,7 +266,8 @@
266 "#meta" "#team" "#gemini" 266 "#meta" "#team" "#gemini"
267 "#bread" ; how could I've forgotten!? 267 "#bread" ; how could I've forgotten!?
268 "#politics" "#bungame" 268 "#politics" "#bungame"
269 "#dadjokes" "#tilderadio")) 269 "#dadjokes" "#tilderadio"
270 "#tilderadio-djs"))
270 erc-button-url-regexp browse-url-button-regexp 271 erc-button-url-regexp browse-url-button-regexp
271 erc-common-server-suffixes '(("tilde.chat\\'" . "~") 272 erc-common-server-suffixes '(("tilde.chat\\'" . "~")
272 ("libera.chat\\'" . "LC")) 273 ("libera.chat\\'" . "LC"))
@@ -275,7 +276,7 @@
275 "324" "329" "332" "333" "353" "477") 276 "324" "329" "332" "333" "353" "477")
276 erc-interpret-controls-p t 277 erc-interpret-controls-p t
277 erc-interpret-mirc-color t 278 erc-interpret-mirc-color t
278 erc-join-buffer 'bury 279 erc-join-buffer 'buffer
279 erc-kill-buffer-on-part t 280 erc-kill-buffer-on-part t
280 erc-kill-queries-on-quit t 281 erc-kill-queries-on-quit t
281 erc-kill-server-buffer-on-quit t 282 erc-kill-server-buffer-on-quit t
@@ -301,7 +302,9 @@
301 302
302 (setup (:straight erc-hl-nicks) 303 (setup (:straight erc-hl-nicks)
303 (with-eval-after-load 'erc 304 (with-eval-after-load 'erc
304 (require 'erc-hl-nicks)))) 305 (require 'erc-hl-nicks)
306 (:option erc-hl-nicks-minimum-contrast-ratio 4.5)
307 (:hook-into erc-mode))))
305 308
306(setup eshell 309(setup eshell
307 (:also-load acdw-eshell 310 (:also-load acdw-eshell