From b070c69d01e3b295571c4d47f12bd8dfd51ec364 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 29 Mar 2016 13:40:23 -0400 Subject: [PATCH] global-visual-line-mode --- core/core-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index 8e78fbcb2..c27fde3c1 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -79,7 +79,6 @@ enable multiple minor modes for the same regexp.") (associate! nxml-mode :match "\\.plist$") (associate! conf-mode :match "/\\.?editorconfig$") -(add-hook! help-mode 'visual-line-mode) (add-hook! special-mode (setq truncate-lines nil)) (add-hook! change-major-mode-hook (when indent-tabs-mode (whitespace-mode +1))) @@ -119,6 +118,7 @@ enable multiple minor modes for the same regexp.") ;; ;; (global-whitespace-mode -1) ; Show whitespace +(global-visual-line-mode 1) ; wrap buffers (global-auto-revert-mode 1) ; revert buffers for changed files ;; Enable syntax highlighting for older emacs (unless (bound-and-true-p global-font-lock-mode)