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