summaryrefslogtreecommitdiff
path: root/suweren/home/emacs-init.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-12 19:42:48 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-12 19:59:40 +0200
commitec9e9e47bbf62fbe5566ef0eb78d114df95630c7 (patch)
treebaae14da628b98bf6892c54dcb691477d067acda /suweren/home/emacs-init.el
parente8fa675c649f70e95e43a668ad2fac2bc69757c1 (diff)
implement IMAP as the primary Gnus group
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"))