feat: org keybind for previewing latex
This commit is contained in:
parent
7ecbf69244
commit
474ab8da25
|
@ -34,7 +34,7 @@
|
|||
:inherit 'org-level-8)
|
||||
|
||||
;; Scale up latex elements
|
||||
(plist-put org-format-latex-options :scale 1.75)
|
||||
(plist-put org-format-latex-options :scale 2.5)
|
||||
|
||||
;; Enable org-superstar-mode in org-mode files
|
||||
(add-hook 'org-mode-hook 'org-superstar-mode)
|
||||
|
@ -70,7 +70,8 @@
|
|||
:keymaps 'normal
|
||||
"n r" '(org-roam-node-find :wk "Find Nodes")
|
||||
"n s" '(org-roam-db-sync :wk "Sync Nodes")
|
||||
"n c" '(org-todo :wk "Cycle Todo"))
|
||||
"n c" '(org-todo :wk "Cycle Todo")
|
||||
"n l" '(org-latex-preview :wk "Preview Latex")
|
||||
|
||||
;; Agenda - manage your life with org-mode
|
||||
(general-create-definer diancite/org-agenda
|
||||
|
|
Reference in a new issue