diff --git a/core/core-editor.el b/core/core-editor.el index 42d8ddde7..804b5490e 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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) ;;