docs(emacs/programming): add uiua-ts-mode
Some checks failed
deploy / build (push) Has been cancelled
Some checks failed
deploy / build (push) Has been cancelled
This commit is contained in:
parent
4382df6df6
commit
7f3029b49c
@ -1357,6 +1357,13 @@ development. First, let’s install the most important package,
|
|||||||
(remove-hook 'rustic-mode-hook #'rustic-setup-lsp))
|
(remove-hook 'rustic-mode-hook #'rustic-setup-lsp))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
*** Uiua
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package uiua-ts-mode
|
||||||
|
:mode "\\.ua\\'"
|
||||||
|
:straight (:build t))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
*** Web programming
|
*** Web programming
|
||||||
:END:
|
:END:
|
||||||
[[https://emmet.io/][Emmet]] is a powerful templating engine that can generate through simple
|
[[https://emmet.io/][Emmet]] is a powerful templating engine that can generate through simple
|
||||||
|
Loading…
Reference in New Issue
Block a user