tree-sitter
This commit is contained in:
parent
35fb9446cc
commit
602a2b2df1
@ -139,3 +139,5 @@
|
|||||||
|
|
||||||
;;(add-hook 'elfeed-new-entry-hook #'ime-elfeed-podcast-tagger)
|
;;(add-hook 'elfeed-new-entry-hook #'ime-elfeed-podcast-tagger)
|
||||||
(setq emms-source-file-default-directory "/mnt/c/Users/mchalupi/Music")
|
(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)
|
||||||
|
14
.doom.d/custom.el
Normal file
14
.doom.d/custom.el
Normal file
@ -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.
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user