From 8abd73d7536750d4fae965d8a954cee4dfdf0746 Mon Sep 17 00:00:00 2001 From: TEC Date: Sat, 9 Mar 2024 00:22:07 +0800 Subject: [PATCH] Set the default LaTeX engraved-theme to one light --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index d7eac49..52dbb1c 100644 --- a/config.org +++ b/config.org @@ -12122,7 +12122,8 @@ exporting that as LaTeX commands. Using this as in LaTeX exports is now as easy as #+begin_src emacs-lisp -(setq org-latex-listings 'engraved) +(setq org-latex-listings 'engraved + org-latex-engraved-theme 'doom-one-light) #+end_src One little annoyance with this is the interaction between microtype and =Verbatim=