mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fontify latex script & entities in org-mode
This commit is contained in:
@ -124,8 +124,8 @@ path too.")
|
||||
org-refile-use-outline-path 'file
|
||||
org-outline-path-complete-in-steps nil)
|
||||
|
||||
;; Fontify latex blocks natively
|
||||
(setq org-highlight-latex-and-related '(native))
|
||||
;; Fontify latex blocks and entities natively
|
||||
(setq org-highlight-latex-and-related '(native script entities))
|
||||
(plist-put! org-format-latex-options
|
||||
:scale 1.5 ; larger previews
|
||||
:foreground 'auto ; match the theme foreground
|
||||
|
Reference in New Issue
Block a user