Add org mode [, X] key sequence for LaTeX preview
This commit is contained in:
parent
78d2a552ea
commit
5902850bbd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue