From 6e3b832119390b9cb47da8f4ab122dc73265c696 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 22 Oct 2024 09:18:13 +0100 Subject: [PATCH] Enable visual-fill-column in magit-mode --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 24a0323..921fe55 100644 --- a/README.org +++ b/README.org @@ -203,6 +203,8 @@ 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