diff options
author | Case Duckworth | 2021-04-27 11:34:04 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-27 11:34:04 -0500 |
commit | 5adbcfab5d45791fe4e0f8cf84f9d13d172251fc (patch) | |
tree | 73ccabf29774051982e70b1b82f530ab223047d9 | |
parent | Fix comments (diff) | |
download | emacs-5adbcfab5d45791fe4e0f8cf84f9d13d172251fc.tar.gz emacs-5adbcfab5d45791fe4e0f8cf84f9d13d172251fc.zip |
Add acdw/reading-mode to read gnus articles
-rw-r--r-- | gnus.el | 1 |
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 |