diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2019-12-08 15:40:02 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2020-04-12 17:07:25 -0500 |
commit | c93d45ed6dafb0e9504ee1ca5283e25a82125e3b (patch) | |
tree | 1ebbb551d2f9aeb2637f0959ef520e95f22589bd /gnus/.gnus.el | |
parent | fdc4999df1d1db9ce82641004bd094110e15e37d (diff) |
gnus: add config
Diffstat (limited to 'gnus/.gnus.el')
-rw-r--r-- | gnus/.gnus.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnus/.gnus.el b/gnus/.gnus.el new file mode 100644 index 0000000..00298fd --- /dev/null +++ b/gnus/.gnus.el @@ -0,0 +1,2 @@ +(load "~/.emacs.d/gnus.el") +(load "~/.emacs.d/gnus-local.el") |