Compare commits

..

No commits in common. "5c570c560810316a99dac67ccb65106bbe59d2c8" and "a60d59643f24706dafe918863677b3a1636eb971" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -148,9 +148,8 @@
(setq org-noter-always-create-frame nil
org-noter-doc-split-fraction '(0.7 . 0.3)
org-noter-default-heading-title " "))
;; Show latex preview automatically and increase its size
(setq org-startup-with-latex-preview t
org-format-latex-options (plist-put org-format-latex-options :scale 3.0))
;; Increase the latex preview size
(setq org-format-latex-options (plist-put org-format-latex-options :scale 3.0))
;; Close tags automatically
(after! smartparens
(sp-with-modes 'org-mode
@ -161,7 +160,5 @@
(sp-local-pair "$" "$")))
;; Only show a task once if it has a schedule and deadline
(setq org-agenda-skip-deadline-prewarning-if-scheduled t)
;; Show raw latex when the cursor on the expression
(add-hook 'org-mode-hook 'org-fragtog-mode)
;; Auto tangle on save
(add-hook 'org-mode-hook 'org-auto-tangle-mode)

View File

@ -14,4 +14,3 @@
(package! engrave-faces)
(package! org-modern)
(package! org-auto-tangle)
(package! org-fragtog)