projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f485f78
)
emacs: add gnus-dired
author
Amin Bandali
<bandali@gnu.org>
Sun, 12 May 2019 04:40:51 +0000
(
00:40
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 12 May 2019 04:40:51 +0000
(
00:40
-0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
22b5c29
..
ba8deb9
100644
(file)
--- 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")))