system changes

This commit is contained in:
jjanzen 2025-03-26 13:50:34 -05:00
parent 9a7609c296
commit 8bb2274de1

View file

@ -141,7 +141,7 @@ Install and configure =visual-fill-column= to make some file types display with
(org-mode . jj/run-visual-line-mode) (org-mode . jj/run-visual-line-mode)
(markdown-mode . jj/run-visual-line-mode) (markdown-mode . jj/run-visual-line-mode)
:config :config
(setq-default visual-fill-column-width 150 (setq-default visual-fill-column-width 128
visual-fill-column-center-text t)) visual-fill-column-center-text t))
#+end_src #+end_src
@ -718,7 +718,7 @@ Configure =org-mode=. I use =~/org= as my =org= directory and hide emphasis mark
("WONT-DO" . (:foreground "LimeGreen" :weight bold))) ("WONT-DO" . (:foreground "LimeGreen" :weight bold)))
org-log-done 'time org-log-done 'time
org-hide-emphasis-markers t org-hide-emphasis-markers t
org-format-latex-options (plist-put org-format-latex-options :scale 2.0) org-format-latex-options (plist-put org-format-latex-options :scale 1.0)
org-return-follows-link t org-return-follows-link t
org-tags-exclude-from-inheritance '("crypt") org-tags-exclude-from-inheritance '("crypt")
org-crypt-key nil org-crypt-key nil