Install and configure the visual-fill-column package

This commit is contained in:
Gergely Polonkai 2023-09-20 06:10:12 +02:00
parent f875a518ee
commit 86eee97bd1
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 10 additions and 0 deletions

View File

@ -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