changes here and there

This commit is contained in:
2025-11-19 09:22:40 +01:00
parent 6a9a4068a0
commit bd42d183bc
9 changed files with 71 additions and 22 deletions

16
lisp/init-typst.el Normal file
View File

@@ -0,0 +1,16 @@
;; https://codeberg.org/meow_king/typst-ts-mode
(use-package typst-ts-mode
:mode "\\.typ\\'"
;; after installation, execute manually:
;; typst-ts-mc-install-grammar
:config
(setq tab-width 4
typst-indent-level 4
typst-indent-string-contents t))
(provide 'init-typst)
;;; init-typst.el ends here