summaryrefslogtreecommitdiff
path: root/suweren/home/emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'suweren/home/emacs-init.el')
-rw-r--r--suweren/home/emacs-init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/suweren/home/emacs-init.el b/suweren/home/emacs-init.el
index c9080f0..30cd244 100644
--- a/suweren/home/emacs-init.el
+++ b/suweren/home/emacs-init.el
@@ -2,4 +2,5 @@
(mapcar (lambda (file-name)
(let ((file-path (concat "$XDG_CONFIG_HOME/emacs/" file-name)))
(load-file file-path)))
- (list "configuration.el"))
+ (list "configuration.el"
+ "gnus.el"))