Fix color disable code

This commit is contained in:
contrapunctus 2022-02-11 15:23:28 +05:30
parent 7e4fdaf93d
commit 8a267574ab
1 changed files with 2 additions and 3 deletions

View File

@ -2981,7 +2981,6 @@ PR ideas
#+END_SRC
** mail :communication:
*** wanderlust :disabled:
:PROPERTIES:
:CREATED: 2022-01-14T18:58:32+0530
@ -3042,7 +3041,6 @@ PR ideas
*** mu4e
#+BEGIN_SRC emacs-lisp
(use-package mu4e
:hook (mu4e-view-mode . (lambda () (setq-local shr-use-colors nil)))
:bind
(:map mu4e-headers-mode-map
("c" . #'mu4e-headers-prev)
@ -3063,7 +3061,8 @@ PR ideas
mu4e-sent-folder "/Sent/"
mu4e-trash-folder "/Trash/"
;; Use vertico, not ido.
mu4e-completing-read-function #'completing-read))
mu4e-completing-read-function #'completing-read
shr-use-colors nil))
(defun my-mu4e-mkdir ()
"Make new maildir."