From 602a2b2df107567066ba8467066999830dc841b6 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Thu, 27 Jun 2024 16:17:08 -0400 Subject: [PATCH] tree-sitter --- .doom.d/config.el | 2 ++ .doom.d/custom.el | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .doom.d/custom.el diff --git a/.doom.d/config.el b/.doom.d/config.el index 074f8fc..b9e3776 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -139,3 +139,5 @@ ;;(add-hook 'elfeed-new-entry-hook #'ime-elfeed-podcast-tagger) (setq emms-source-file-default-directory "/mnt/c/Users/mchalupi/Music") +(global-tree-sitter-mode) +(add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode) diff --git a/.doom.d/custom.el b/.doom.d/custom.el new file mode 100644 index 0000000..1853c91 --- /dev/null +++ b/.doom.d/custom.el @@ -0,0 +1,14 @@ +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; 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. + '(custom-safe-themes + '("f5f80dd6588e59cfc3ce2f11568ff8296717a938edd448a947f9823a4e282b66" "37b6695bae243145fa2dfb41440c204cd22833c25cd1993b0f258905b9e65577" "e4a702e262c3e3501dfe25091621fe12cd63c7845221687e36a79e17cf3a67e0" default)) + '(delete-selection-mode nil)) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; 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. + )