Skip to content

Commit

Permalink
Stop using native fontification of LaTeX in Org
Browse files Browse the repository at this point in the history
The latency downside is rather severe
  • Loading branch information
tecosaur committed Aug 25, 2024
1 parent b6a4357 commit d3ca2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.org
Original file line number Diff line number Diff line change
Expand Up @@ -9633,7 +9633,7 @@ While we're at it we may as well make tags prettier as well 🙂

First off, we want those fragments to look good.
#+begin_src emacs-lisp
(setq org-highlight-latex-and-related '(native script entities))
(setq org-highlight-latex-and-related '(latex script entities))
#+end_src

However, by using =native= highlighting the =org-block= face is added, and that
Expand Down

0 comments on commit d3ca2d1

Please sign in to comment.