From 07350731ad949d254d004e6f8169277d65f9a6ad Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 15 Apr 2020 18:22:59 -0400 Subject: [PATCH] Update comment re:soft line wrapping --- core/core-editor.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index 804b5490e..a6f194cf9 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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)