mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Update comment re:soft line wrapping
This commit is contained in:
@@ -143,9 +143,8 @@ possible."
|
|||||||
;; since programmers' tools tend to be POSIX compliant.
|
;; since programmers' tools tend to be POSIX compliant.
|
||||||
(setq require-final-newline t)
|
(setq require-final-newline t)
|
||||||
|
|
||||||
;; Default to hard line-wrapping in text modes. Hard wrapping is more
|
;; Default to soft line-wrapping in text modes. It is more sensibile for text
|
||||||
;; performant, and Emacs makes it trivially easy to reflow text with
|
;; modes, even if hard wrapping is more performant.
|
||||||
;; `fill-paragraph' and `evil-fill'.
|
|
||||||
(add-hook 'text-mode-hook #'visual-line-mode)
|
(add-hook 'text-mode-hook #'visual-line-mode)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user