From 8a07e09b3917457dcbdafa240310e5eef3d9c70e Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 25 Feb 2023 08:53:21 +0100 Subject: [PATCH] Enable visual line mode in org --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9dc078a..1ea7d14 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -200,6 +200,8 @@ (use-package org :defer t + :hook + (org-mode . visual-line-mode) :config (setq org-auto-align-tags nil org-tags-column 0