diff options
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/config.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index a0ad879..37476c2 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2165,6 +2165,9 @@ Emacs was very helpful here. (C . t) (python . t) (shell . t))) + (org-format-latex-options '(:foreground default :background default :scale 2 + :html-foreground "Black" :html-background "Transparent" + :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\["))) (org-latex-listings 'minted) (org-latex-minted-langs '((emacs-lisp "common-lisp") (ledger "text") |