Make soft-wrapping the default in text modes

This commit is contained in:
Henrik Lissner 2020-04-15 13:12:10 -04:00
parent e4110e01b9
commit 46b99567de
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -146,7 +146,7 @@ possible."
;; Default to hard line-wrapping in text modes. Hard wrapping is more
;; performant, and Emacs makes it trivially easy to reflow text with
;; `fill-paragraph' and `evil-fill'.
(add-hook 'text-mode-hook #'auto-fill-mode)
(add-hook 'text-mode-hook #'visual-line-mode)
;;