This commit is contained in:
Sako 2024-05-04 11:52:38 +04:00 committed by GitHub
parent 4e667d927f
commit 739715d0fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -650,7 +650,7 @@ Cause emacs overlay lol
(setq org-hide-emphasis-markers nil) (setq org-hide-emphasis-markers nil)
;; make latex previews better ;; make latex previews better
(setq org-format-latex-options (:foreground default :background default :scale 2.0 :html-foreground "Black" :html-background "Transparent" :html-scale 2.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\["))) (setq org-format-latex-options '(:foreground default :background default :scale 2.0 :html-foreground "Black" :html-background "Transparent" :html-scale 2.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")))
;; org mode src thing ;; org mode src thing
(require 'org-tempo) (require 'org-tempo)