Install and configure the visual-fill-column package
This commit is contained in:
parent
f875a518ee
commit
86eee97bd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user