Remove visual-fill-column from magit-mode

This commit is contained in:
Evie Litherland-Smith 2024-10-22 17:04:37 +01:00
parent 6df746a4a6
commit 7deb8fe1bc

View file

@ -203,8 +203,6 @@ Configure the look and feel of Emacs
(with-eval-after-load 'mu4e
(add-hook 'mu4e-view-mode-hook #'(lambda () (visual-line-mode +1) (visual-fill-column-mode +1))))
(with-eval-after-load 'magit
(add-hook 'magit-mode-hook #'(lambda () (visual-line-mode +1) (visual-fill-column-mode +1))))
#+end_src
*** Font ligatures
#+begin_src emacs-lisp