diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 927511a..0938144 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1971,3 +1971,13 @@ Collection of useful dired additions. ("<backtab>" . dired-subtree-cycle))) #+end_src +** Engraved Faces +Required for styling code syntax on export; see [[help:org-latex-src-block-backend][org-latex-src-block-backend]] for more info. +- LaTeX package =fvextra= & =tcolorbox= is also required + +#+begin_src elisp + (use-package engrave-faces + :after ox-latex + :custom (org-latex-src-block-backend 'engraved)) +#+end_src + |
