feat: org keybind for previewing latex

This commit is contained in:
Muhammad Nauman Raza 2022-11-12 16:06:08 +00:00
parent 7ecbf69244
commit 474ab8da25
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

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