diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-02-16 17:02:22 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-02-16 17:02:47 -0500 |
commit | 5f899d8adeb4322b527661b5d10e006ebac62285 (patch) | |
tree | 08342d7570723cc200f577a2f629341bd30acd13 | |
parent | 2c12c05638d8cd083507cad64cdabccaf4464b6d (diff) |
emacs: Autojoin system crafters channels.
-rw-r--r-- | dotfiles/.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index a81d35a..2b798eb 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -443,7 +443,8 @@ indentation." (erc-autojoin-channels-alist '(("libera.chat" "#gnuassembly" "#guile" "#guile-steel" "#guix" "#lispgames" - "#chickadee" "#spritely" "#ocapn" "#shirakumo"))) + "#chickadee" "#spritely" "#ocapn" "#shirakumo" + "#systemcrafters" "#systemcrafters-live"))) ;; Don't open channel buffers in place of the current ;; buffer because that drives me fucking crazy. (erc-join-buffer 'bury) |