aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-03-13 21:45:46 +0800
committerAaron LI <aaronly.me@outlook.com>2017-03-13 21:45:46 +0800
commitc3d6333a62826c81899b5b8e601a9a254f27118e (patch)
tree1671612eb5622d8fc69b80f3aec833b85039cad3 /_spacemacs.d
parent2a8428b07f7012faf07e2319f3a2b19662add84a (diff)
downloaddotfiles-c3d6333a62826c81899b5b8e601a9a254f27118e.tar.bz2
spacemacs/mu4e: require `shr' explicitly
Diffstat (limited to '_spacemacs.d')
-rw-r--r--_spacemacs.d/config/aly-mu4e-config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/_spacemacs.d/config/aly-mu4e-config.el b/_spacemacs.d/config/aly-mu4e-config.el
index 048c45f..15fdff0 100644
--- a/_spacemacs.d/config/aly-mu4e-config.el
+++ b/_spacemacs.d/config/aly-mu4e-config.el
@@ -208,6 +208,7 @@
;; display rich-text messages
(require 'mu4e-contrib)
;; use `shr' html renderer; reqiure emacs >= 24.4
+ (require 'shr)
(setq mu4e-html2text-command 'mu4e-shr2text)
(add-hook 'mu4e-view-mode-hook
(lambda ()