]> git.armaanb.net Git - config.org.git/commitdiff
Fix visual line mode hook
authorArmaan Bhojwani <me@armaanb.net>
Sat, 29 May 2021 18:49:08 +0000 (14:49 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 29 May 2021 18:49:08 +0000 (14:49 -0400)
config.org

index ccd06831cebe1446b55bacf1fadf71fc86f9a745..95770ce4c8792e281de86937125d2825aebc6eb5 100644 (file)
@@ -134,7 +134,7 @@ Soft wrap words and do operations by visual lines in some modes.
                   org-mode-hook
                   markdown-mode-hook
                   mu4e-view-mode-hook))
-    (add-hook hook (lambda () (visual-line-mode -1))))
+    (add-hook hook (lambda () (visual-line-mode 1))))
 #+end_src
 ** Display number of matches in search
 #+begin_src emacs-lisp