diff options
Diffstat (limited to 'common/.emacs.d/init.el')
| -rw-r--r-- | common/.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index a0b7678..2350ac2 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -940,7 +940,8 @@ split." org-clock-out-remove-zero-time-clocks t org-tags-exclude-from-inheritance '("ATTACH")) - (setf (plist-get org-format-latex-options :background) "Transparent") + (setf (plist-get org-format-latex-options :background) "Transparent" + (plist-get org-format-latex-options :foreground) 'auto) (add-hook 'org-mode-hook 'variable-pitch-mode) |
