diff options
-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 |