summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 30cd244..649e71e 100644
--- a/suweren/home/emacs-init.el
+++ b/suweren/home/emacs-init.el
@@ -3,4 +3,5 @@
(let ((file-path (concat "$XDG_CONFIG_HOME/emacs/" file-name)))
(load-file file-path)))
(list "configuration.el"
- "gnus.el"))
+ "gnus.el"
+ "roam.el"))