Enable visual-fill-column-mode in agenda view
This commit is contained in:
parent
c055ccc71b
commit
0fbda34d30
|
@ -201,8 +201,13 @@ Configure the look and feel of Emacs
|
|||
:config
|
||||
(setopt visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)))
|
||||
|
||||
(with-eval-after-load 'org-agenda
|
||||
(add-hook 'org-agenda-mode-hook
|
||||
#'(lambda () (visual-line-mode +1) (visual-fill-column-mode +1))))
|
||||
|
||||
(with-eval-after-load 'mu4e
|
||||
(add-hook 'mu4e-view-mode-hook #'(lambda () (visual-line-mode +1) (visual-fill-column-mode +1))))
|
||||
(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