From d2457215d5cccbc2e8cd02d820703db221cad1b7 Mon Sep 17 00:00:00 2001 From: bard Date: Tue, 26 Dec 2023 17:10:49 -0500 Subject: improved latex previews --- bard-emacs-modules/bard-emacs-org.el | 4 ++++ 1 file changed, 4 insertions(+) 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)) -- cgit v1.2.3