Update emacs.org

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

View file

@ -649,6 +649,9 @@ Cause emacs overlay lol
(setq org-hide-leading-stars t) (setq org-hide-leading-stars t)
(setq org-hide-emphasis-markers nil) (setq org-hide-emphasis-markers nil)
;; 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" "$" "$$" "\\(" "\\[")))
;; org mode src thing ;; org mode src thing
(require 'org-tempo) (require 'org-tempo)