aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbard <[email protected]>2023-12-26 17:10:49 -0500
committerbard <[email protected]>2023-12-26 17:10:49 -0500
commitd2457215d5cccbc2e8cd02d820703db221cad1b7 (patch)
tree296ff5c50c9e5f92c91df62c52a39c8305d63c7b
parent66122ca131d7cc52d816f006a9fbeee8b7af8d09 (diff)
improved latex previews
-rw-r--r--bard-emacs-modules/bard-emacs-org.el4
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))