From 9773a733bcd81e0ecf0f321f4c64868593bdbc7a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 23 Jul 2017 16:36:06 +0200 Subject: [PATCH] [Misc] Test: enabling global visual line mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let’s see how this feels. --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 709c9df..e3740be 100644 --- a/init.el +++ b/init.el @@ -83,6 +83,8 @@ (global-auto-revert-mode -1) + (global-visual-line-mode +1) + (projectile-mode +1) (which-function-mode +1) ;; (semantic-mode +1)