LAPTOP
This commit is contained in:
parent
a56929028d
commit
e31f587ea2
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
3
init.el
3
init.el
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue