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/config.el | |
parent | b7116ce230330495a5bff5ff9504fee987476d15 (diff) | |
download | dogfiles-acddbc0987e2e56dddc6c6391b314a0dd5539b53.tar.gz |
emacs circe config
Diffstat (limited to '.doom.d/config.el')
-rw-r--r-- | .doom.d/config.el | 3 |
1 files changed, 3 insertions, 0 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") |