mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
11 lines
235 B
EmacsLisp
11 lines
235 B
EmacsLisp
|
|
(use-package texfrag
|
|
;; :init
|
|
;; (texfrag-global-mode)
|
|
:config
|
|
(evil-define-key 'normal texfrag-mode-map
|
|
(kbd "zL") #'texfrag-document)
|
|
:hook (markdown-mode . texfrag-mode))
|
|
|
|
(provide 'init-latex)
|
|
;;; init-latex.el ends
|