mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-20 05:50:58 +01:00
changes here and there
This commit is contained in:
16
lisp/init-typst.el
Normal file
16
lisp/init-typst.el
Normal 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
|
||||
Reference in New Issue
Block a user