From e31f587ea2dd772719b4487c94b060656b6be611 Mon Sep 17 00:00:00 2001 From: cake Date: Sat, 22 Mar 2025 18:31:29 +0100 Subject: [PATCH] LAPTOP --- custom.el | 1 + init.el | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/custom.el b/custom.el index 5fe1572..d05b4f0 100644 --- a/custom.el +++ b/custom.el @@ -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. diff --git a/init.el b/init.el index 5fed7c3..4430ee7 100644 --- a/init.el +++ b/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"))))