diff --git a/emacs.el b/emacs.el index 4a7f876..19f6a4c 100644 --- a/emacs.el +++ b/emacs.el @@ -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)