summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el
index ab15af1..cc1ef49 100644
--- a/common/.emacs.d/init.el
+++ b/common/.emacs.d/init.el
@@ -2318,6 +2318,9 @@ Only works on a single file."
(use-package visual-fill-column
:ensure t
:config
+ (setq
+ visual-fill-column-enable-sensible-window-split t)
+
(advice-add 'text-scale-adjust :after #'visual-fill-column-adjust))
(use-package adaptive-wrap