Show latex preview automatically in org mode
This commit is contained in:
parent
a60d59643f
commit
70d27dc4a8
5
+org.el
5
+org.el
|
@ -148,8 +148,9 @@
|
||||||
(setq org-noter-always-create-frame nil
|
(setq org-noter-always-create-frame nil
|
||||||
org-noter-doc-split-fraction '(0.7 . 0.3)
|
org-noter-doc-split-fraction '(0.7 . 0.3)
|
||||||
org-noter-default-heading-title " "))
|
org-noter-default-heading-title " "))
|
||||||
;; Increase the latex preview size
|
;; Show latex preview automatically and increase its size
|
||||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 3.0))
|
(setq org-startup-with-latex-preview t
|
||||||
|
org-format-latex-options (plist-put org-format-latex-options :scale 3.0))
|
||||||
;; Close tags automatically
|
;; Close tags automatically
|
||||||
(after! smartparens
|
(after! smartparens
|
||||||
(sp-with-modes 'org-mode
|
(sp-with-modes 'org-mode
|
||||||
|
|
Loading…
Reference in New Issue