Make soft-wrapping the default in text modes
This commit is contained in:
parent
e4110e01b9
commit
46b99567de
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ possible."
|
||||||
;; Default to hard line-wrapping in text modes. Hard wrapping is more
|
;; Default to hard line-wrapping in text modes. Hard wrapping is more
|
||||||
;; performant, and Emacs makes it trivially easy to reflow text with
|
;; performant, and Emacs makes it trivially easy to reflow text with
|
||||||
;; `fill-paragraph' and `evil-fill'.
|
;; `fill-paragraph' and `evil-fill'.
|
||||||
(add-hook 'text-mode-hook #'auto-fill-mode)
|
(add-hook 'text-mode-hook #'visual-line-mode)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue