diff --git a/.emacs.d/lisp/init-mu4e.el b/.emacs.d/lisp/init-mu4e.el index cff01136..8697ee7a 100644 --- a/.emacs.d/lisp/init-mu4e.el +++ b/.emacs.d/lisp/init-mu4e.el @@ -53,10 +53,6 @@ Default to unread messages if the header buffer does not already exist." mu4e-view-image-max-width 800 mu4e-hide-index-messages t - ;; If you're using a dark theme, and the messages are hard to read, it - ;; can help to change the luminosity, e.g.: - shr-color-visible-luminance-min 80 - ;; Gmail-style threading. mu4e-headers-include-related t diff --git a/.emacs.d/lisp/main.el b/.emacs.d/lisp/main.el index 365e84b9..0938aa64 100644 --- a/.emacs.d/lisp/main.el +++ b/.emacs.d/lisp/main.el @@ -164,7 +164,10 @@ ("." . browse-url-default-browser))) ;; shr -(setq shr-width (string-to-number (or (getenv "MANWIDTH") "80"))) +(setq shr-width (string-to-number (or (getenv "MANWIDTH") "80")) + ;; If you're using a dark theme, and the messages are hard to read, it + ;; can help to change the luminosity, e.g.: + shr-color-visible-luminance-min 80) ;;; Extend MIME-types support for videos. (with-eval-after-load 'mailcap