Add org mode [, X] key sequence for LaTeX preview

This commit is contained in:
Leni Ven 2023-02-02 13:08:34 -08:00
parent 78d2a552ea
commit 5902850bbd
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
(:map git-commit-mode-map
"q" #'with-editor-cancel)
))
(after! org
(map! :localleader
(:map org-mode-map
"X" #'org-toggle-latex-fragment)
))
(setq
;; Doom exposes five (optional) variables for controlling fonts in Doom: