Org: load org-src b4 modifying org-src-block-faces

This commit is contained in:
TEC 2021-06-29 04:14:54 +08:00
parent 8c244207b4
commit a8f490b727
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 0 deletions

View File

@ -6440,6 +6440,7 @@ can avoid advising that entire function by just adding another face with
Inspecting ~org-do-latex-and-related~ shows that ="latex"= is the language argument
passed, and so we can override the background as discussed above.
#+begin_src emacs-lisp
(require 'org-src)
(add-to-list 'org-src-block-faces '("latex" (:inherit default :extend t)))
#+end_src