Update comment re:soft line wrapping
This commit is contained in:
parent
f02d28543b
commit
07350731ad
1 changed files with 2 additions and 3 deletions
|
@ -143,9 +143,8 @@ possible."
|
|||
;; since programmers' tools tend to be POSIX compliant.
|
||||
(setq require-final-newline t)
|
||||
|
||||
;; 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'.
|
||||
;; Default to soft line-wrapping in text modes. It is more sensibile for text
|
||||
;; modes, even if hard wrapping is more performant.
|
||||
(add-hook 'text-mode-hook #'visual-line-mode)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue