forked from DustVoice/dotfiles
Add stuff for typst
This commit is contained in:
parent
21434a3bb7
commit
a5706ddacb
2 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,8 @@
|
||||||
|
|
||||||
(use-package! ron-mode :init :config)
|
(use-package! ron-mode :init :config)
|
||||||
|
|
||||||
|
(use-package! typst-mode :init :config)
|
||||||
|
|
||||||
(map! :map dap-mode-map
|
(map! :map dap-mode-map
|
||||||
:leader
|
:leader
|
||||||
:prefix ("d" . "dap")
|
:prefix ("d" . "dap")
|
||||||
|
|
|
@ -79,3 +79,7 @@
|
||||||
(package! org-modern)
|
(package! org-modern)
|
||||||
|
|
||||||
(package! json-navigator)
|
(package! json-navigator)
|
||||||
|
|
||||||
|
(package! polymode)
|
||||||
|
(package! typst-mode
|
||||||
|
:recipe (:host github :repo "Ziqi-Yang/typst-mode.el"))
|
||||||
|
|
Loading…
Reference in a new issue