diff options
| author | bard <[email protected]> | 2023-12-26 17:10:49 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2023-12-26 17:10:49 -0500 |
| commit | d2457215d5cccbc2e8cd02d820703db221cad1b7 (patch) | |
| tree | 296ff5c50c9e5f92c91df62c52a39c8305d63c7b /bard-emacs-modules/bard-emacs-org.el | |
| parent | 66122ca131d7cc52d816f006a9fbeee8b7af8d09 (diff) | |
improved latex previews
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index d4a200c..df94bf9 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -17,6 +17,10 @@ org-image-actual-width '(600) org-insert-heading-respect-content t) +(with-eval-after-load "org-mode" + (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.6))) + + ;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes (setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "|" "DONE(d)" "KILLED(k)"))) ;; org-todo-keyword-faces '(("TODO" . (:weight bold :foreground "#CC9393" :weight bold)) |
