Skip to content

Commit

Permalink
feat(latex): add latex-preview-pane
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 10, 2023
1 parent 39677df commit 525c936
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/me-latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@
;; Add LatexMk as a TeX target.
(auctex-latexmk-setup)))

(use-package latex-preview-pane
:straight t
:init
(+map-local! :keymaps '(tex-mode-map TeX-mode-map latex-mode-map LaTeX-mode-map)
"p" #'latex-preview-pane-mode))


(provide 'me-latex)

Expand Down

0 comments on commit 525c936

Please sign in to comment.