summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e33ac6b..f86fead 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -121,6 +121,7 @@
   :custom
   (visual-fill-column-enable-sensible-window-split t)
   (visual-fill-column-fringes-outside-margins nil) ; Keep fringes on the inside so relevant icons are in the right place
+  (visual-fill-column-center-text t)
   :hook
   ((text-mode . visual-line-fill-column-mode)
    (eww-after-render . visual-line-fill-column-mode))