set up typst support for emacs
This commit is contained in:
parent
eefefb4ffb
commit
e0dd59640f
2 changed files with 19 additions and 1 deletions
|
@ -14,6 +14,15 @@
|
|||
;; Custom modeline
|
||||
(package! mood-line)
|
||||
|
||||
;; Typst TS mode
|
||||
(package! typst-ts-mode
|
||||
:recipe (:host codeberg :repo "meow_king/typst-ts-mode"))
|
||||
|
||||
;; Typst preview
|
||||
(package! websocket)
|
||||
(package! typst-preview
|
||||
:recipe (:host github :repo "havarddj/typst-preview.el"))
|
||||
|
||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||
;; (package! some-package)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue