diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-12 19:42:48 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-12 19:59:40 +0200 |
commit | ec9e9e47bbf62fbe5566ef0eb78d114df95630c7 (patch) | |
tree | baae14da628b98bf6892c54dcb691477d067acda /suweren/home/emacs-init.el | |
parent | e8fa675c649f70e95e43a668ad2fac2bc69757c1 (diff) |
implement IMAP as the primary Gnus group
Diffstat (limited to 'suweren/home/emacs-init.el')
-rw-r--r-- | suweren/home/emacs-init.el | 3 |
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")) |