Switching from olivetti to visual-fill-column
This commit is contained in:
parent
9aa8ab8b01
commit
421a383051
2 changed files with 27 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue