Add stuff for typst

This commit is contained in:
David Holland 2023-03-29 16:11:59 +02:00
parent 21434a3bb7
commit a5706ddacb
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
2 changed files with 6 additions and 0 deletions

View File

@ -126,6 +126,8 @@
(use-package! ron-mode :init :config)
(use-package! typst-mode :init :config)
(map! :map dap-mode-map
:leader
:prefix ("d" . "dap")

View File

@ -79,3 +79,7 @@
(package! org-modern)
(package! json-navigator)
(package! polymode)
(package! typst-mode
:recipe (:host github :repo "Ziqi-Yang/typst-mode.el"))