summary refs log tree commit diff stats
path: root/gnus.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-27 11:34:04 -0500
committerCase Duckworth2021-04-27 11:34:04 -0500
commit5adbcfab5d45791fe4e0f8cf84f9d13d172251fc (patch)
tree73ccabf29774051982e70b1b82f530ab223047d9 /gnus.el
parentFix comments (diff)
downloademacs-5adbcfab5d45791fe4e0f8cf84f9d13d172251fc.tar.gz
emacs-5adbcfab5d45791fe4e0f8cf84f9d13d172251fc.zip
Add acdw/reading-mode to read gnus articles
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnus.el b/gnus.el index 994e5a1..6d1c21a 100644 --- a/gnus.el +++ b/gnus.el
@@ -59,6 +59,7 @@
59(setq gnus-summary-display-arrow t) 59(setq gnus-summary-display-arrow t)
60 60
61(add-hook 'gnus-group-mode-hook #'hl-line-mode) 61(add-hook 'gnus-group-mode-hook #'hl-line-mode)
62(add-hook 'gnus-article-mode-hook #'acdw/reading-mode)
62 63
63;;; Sending mail 64;;; Sending mail
64(setq send-mail-function #'smtpmail-send-it 65(setq send-mail-function #'smtpmail-send-it