diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-23 02:15:08 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-23 02:15:08 -0500 |
commit | acddbc0987e2e56dddc6c6391b314a0dd5539b53 (patch) | |
tree | 6edb715d8cbf1332e3d4381475b5e4e6bc3c21d2 /.doom.d | |
parent | b7116ce230330495a5bff5ff9504fee987476d15 (diff) | |
download | dogfiles-acddbc0987e2e56dddc6c6391b314a0dd5539b53.tar.gz |
emacs circe config
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/config.el | 3 | ||||
-rw-r--r-- | .doom.d/init.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index ca0087c..32da5c1 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -76,3 +76,6 @@ "https://krebsonsecurity.com/feed" "https://feeds.twit.tv/sn.xml" "https://lwn.net/headlines/newrss")) + +;; irc +(load-file "~/.doom.d/local_irc.el") diff --git a/.doom.d/init.el b/.doom.d/init.el index a2d2320..4c5160a 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -184,7 +184,7 @@ calendar ;;emms ;;everywhere ; *leave* Emacs!? You must be joking - ;;irc ; how neckbeards socialize + irc ; how neckbeards socialize rss ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought |