Remove visual-fill-column hook from org-agenda view as well

This commit is contained in:
Evie Litherland-Smith 2024-11-20 17:15:19 +00:00
parent eef7c81e90
commit b3d080ae51

View file

@ -201,10 +201,6 @@ 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))))