From 348511ef44b092085ae827fe9e70c0a228d7f49b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 12 May 2019 00:40:51 -0400 Subject: [PATCH] emacs: add gnus-dired --- .emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 22b5c29..ba8deb9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1705,6 +1705,11 @@ For disabling the behaviour for certain buffers and/or modes." :config (setq gnus-use-full-window nil)) +(use-feature gnus-dired + :commands gnus-dired-mode + :init + (add-hook 'dired-mode-hook 'gnus-dired-mode)) + (use-feature mm-decode :config (setq mm-discouraged-alternatives '("text/html" "text/richtext"))) -- 2.20.1