Switch to raw latex when editing the expression

This commit is contained in:
coolneng 2022-10-11 08:59:59 +02:00
parent 70d27dc4a8
commit 5c570c5608
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

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