summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-12 00:40:51 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-12 00:40:51 -0400
commit348511ef44b092085ae827fe9e70c0a228d7f49b (patch)
treea67ee72fbc84f507f79a442c29e83da4c6693528
parentf485f78e207f950ad1c9fa139bbb13fcc7c3118b (diff)
downloadconfigs-348511ef44b092085ae827fe9e70c0a228d7f49b.tar.gz
configs-348511ef44b092085ae827fe9e70c0a228d7f49b.tar.xz
configs-348511ef44b092085ae827fe9e70c0a228d7f49b.zip
emacs: add gnus-dired
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
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")))