Remove visual-fill-column from magit-mode
This commit is contained in:
parent
6df746a4a6
commit
7deb8fe1bc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue