Switch to raw latex when editing the expression
This commit is contained in:
parent
70d27dc4a8
commit
5c570c5608
2
+org.el
2
+org.el
|
@ -161,5 +161,7 @@
|
|||
(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)
|
||||
|
|
|
@ -14,3 +14,4 @@
|
|||
(package! engrave-faces)
|
||||
(package! org-modern)
|
||||
(package! org-auto-tangle)
|
||||
(package! org-fragtog)
|
||||
|
|
Loading…
Reference in New Issue