Improve LaTeX editing experience in org mode
This commit is contained in:
parent
c26c0890e7
commit
b7b583e98e
2 changed files with 8 additions and 0 deletions
|
@ -200,3 +200,6 @@
|
||||||
(set-face-attribute 'default nil :height 120) ;; 12pt
|
(set-face-attribute 'default nil :height 120) ;; 12pt
|
||||||
|
|
||||||
(setq fancy-splash-image (concat doom-user-dir "splash.jpg"))
|
(setq fancy-splash-image (concat doom-user-dir "splash.jpg"))
|
||||||
|
|
||||||
|
(add-hook 'org-mode-hook 'org-fragtog-mode)
|
||||||
|
(add-hook 'org-mode-hook 'org-latex-preview)
|
||||||
|
|
|
@ -48,3 +48,8 @@
|
||||||
;(unpin! pinned-package another-pinned-package)
|
;(unpin! pinned-package another-pinned-package)
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
|
||||||
|
(package! fragtog :recipe
|
||||||
|
(:host github
|
||||||
|
:repo "io12/org-fragtog"
|
||||||
|
:files ("org-fragtog.el")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue