Enable visual-fill-column in mu4e-view-mode
This commit is contained in:
parent
e44c334083
commit
cb23e8d79b
|
@ -200,6 +200,9 @@ Configure the look and feel of Emacs
|
|||
(visual-fill-column-enable-sensible-window-split t)
|
||||
:config
|
||||
(setopt visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)))
|
||||
|
||||
(with-eval-after-load 'mu4e
|
||||
(add-hook 'mu4e-view-mode-hook #'(lambda () (visual-line-mode +1) (visual-fill-column-mode +1))))
|
||||
#+end_src
|
||||
*** Font ligatures
|
||||
#+begin_src emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue