diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-23 12:36:08 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-23 12:36:08 -0500 |
commit | 8943c49615024d6be6eb392856aa18314cee9c32 (patch) | |
tree | 85acefd4a4ff4be48957d49088c8d40c87951f8a | |
parent | 55328ee08b7a4d79dbba6f8f03026d3f7cfc6131 (diff) | |
download | dogfiles-8943c49615024d6be6eb392856aa18314cee9c32.tar.gz |
changed name of local config file loaded by doom
-rw-r--r-- | .doom.d/config.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index 99730ef..ffa7fe2 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -78,5 +78,5 @@ "https://feeds.twit.tv/sn.xml" "https://lwn.net/headlines/newrss"))) -;; irc -(load-file "~/.doom.d/local_irc.el") +;; non-public config +(load-file "~/.doom.d/local.el") |