From 86eee97bd10ec456fead987c37db6936b53c3a9f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 20 Sep 2023 06:10:12 +0200 Subject: [PATCH] Install and configure the visual-fill-column package --- configuration.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration.org b/configuration.org index bbfd0ab..3c57294 100644 --- a/configuration.org +++ b/configuration.org @@ -3493,6 +3493,16 @@ This is a big one; I use a lot of customisation here. (org-clock-waybar-setup)) #+end_src +** Width-limited text view + +#+begin_src emacs-lisp +(use-package visual-fill-column + :custom + (visual-fill-column-center-text t) + :hook + (org-mode . visual-fill-column-mode)) +#+end_src + * Git & Co. ** Git status on the fringe