about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-19 08:24:46 -0500
committerCase Duckworth2021-04-19 08:24:46 -0500
commit9259da2345f2d4e5282151e312113f8776f9ae0c (patch)
tree820d519835361cf4ae3da8f09c085708c58a3eb3 /init.el
parentLower echo-keystrokes timeout (diff)
downloademacs-9259da2345f2d4e5282151e312113f8776f9ae0c.tar.gz
emacs-9259da2345f2d4e5282151e312113f8776f9ae0c.zip
Begin again with Gnus
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.el b/init.el index 4898d1a..862a2e2 100644 --- a/init.el +++ b/init.el
@@ -500,6 +500,13 @@
500 (:option nov-text-width fill-column) 500 (:option nov-text-width fill-column)
501 (:mode "\\.epub\\'")) 501 (:mode "\\.epub\\'"))
502 502
503(setup gnus
504 (:option gnus-home-directory (expand-file-name "gnus" user-emacs-directory)
505 gnus-directory (expand-file-name "gnus/News" user-emacs-directory)
506 gnus-init-file (expand-file-name "gnus.el" user-emacs-directory))
507 (when (not (file-exists-p gnus-directory))
508 (make-directory gnus-directory :parents)))
509
503(when (eq acdw/system :home) 510(when (eq acdw/system :home)
504 (setup (:straight pdf-tools) 511 (setup (:straight pdf-tools)
505 (pdf-loader-install)) 512 (pdf-loader-install))