emacs: add typst mode

This commit is contained in:
joachimschmidt557 2023-06-27 18:57:00 +02:00
parent a83c21ca6e
commit d16f0a9918
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -39,6 +39,7 @@
(straight-use-package 'powershell)
(straight-use-package 'glsl-mode)
(straight-use-package 'protobuf-mode)
(straight-use-package 'typst-mode)
;; (straight-use-package '(promela-mode
;; :type git
@ -191,3 +192,5 @@
(use-package embark
:bind (("C-M-x" . embark-act)))
(use-package typst-mode)