From d16f0a991853340155081d4b673489656a039579 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Tue, 27 Jun 2023 18:57:00 +0200 Subject: [PATCH] emacs: add typst mode --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) 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)