Remove visual-fill-column hook from org-agenda view as well
This commit is contained in:
parent
eef7c81e90
commit
b3d080ae51
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue