emacs: add typst mode
This commit is contained in:
parent
a83c21ca6e
commit
d16f0a9918
1 changed files with 3 additions and 0 deletions
3
emacs.el
3
emacs.el
|
|
@ -39,6 +39,7 @@
|
||||||
(straight-use-package 'powershell)
|
(straight-use-package 'powershell)
|
||||||
(straight-use-package 'glsl-mode)
|
(straight-use-package 'glsl-mode)
|
||||||
(straight-use-package 'protobuf-mode)
|
(straight-use-package 'protobuf-mode)
|
||||||
|
(straight-use-package 'typst-mode)
|
||||||
|
|
||||||
;; (straight-use-package '(promela-mode
|
;; (straight-use-package '(promela-mode
|
||||||
;; :type git
|
;; :type git
|
||||||
|
|
@ -191,3 +192,5 @@
|
||||||
|
|
||||||
(use-package embark
|
(use-package embark
|
||||||
:bind (("C-M-x" . embark-act)))
|
:bind (("C-M-x" . embark-act)))
|
||||||
|
|
||||||
|
(use-package typst-mode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue