Switching from olivetti to visual-fill-column

This commit is contained in:
Chris Cochrun 2021-03-31 09:43:04 -05:00
parent 9aa8ab8b01
commit 421a383051
2 changed files with 27 additions and 3 deletions

View file

@ -695,7 +695,9 @@ Let's start by creating a self contained function of what I'd like started on ev
(toc-org-mode +1)
(visual-fill-column-mode +1)
(display-line-numbers-mode -1)
(variable-pitch-mode +1))
(variable-pitch-mode +1)
(setq visual-fill-column-width 100
visual-fill-column-center-text t))
#+end_src
This is the use-package definition with a lot of customization. Need to setup auto tangle and make sure I have some structure templates for org-mode.