Merge branch 'master' of gitlab.com:chriscochrun/dotemacs
This commit is contained in:
commit
3fe20274ca
2 changed files with 27 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue