Merge branch 'master' of gitlab.com:chriscochrun/dotemacs

This commit is contained in:
Chris Cochrun 2021-04-06 10:54:53 -05:00
commit 3fe20274ca
2 changed files with 27 additions and 3 deletions

View file

@ -720,7 +720,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.