This commit is contained in:
cake 2025-03-22 18:31:29 +01:00
parent a56929028d
commit e31f587ea2
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(delete-selection-mode nil)
'(package-selected-packages nil))
(custom-set-faces
;; custom-set-faces was added by Custom.

View file

@ -68,5 +68,6 @@
'((astro "https://github.com/virchau13/tree-sitter-astro")
(css "https://github.com/tree-sitter/tree-sitter-css")
(tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")
(typescript "https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src"))))
(typescript "https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")
(rust "https://github.com/tree-sitter/tree-sitter-rust"))))