Add some kdl stuff
This commit is contained in:
3
init.el
3
init.el
@ -131,7 +131,8 @@
|
||||
(javascript "https://github.com/tree-sitter/tree-sitter-javascript")
|
||||
(bash "https://github.com/tree-sitter/tree-sitter-bash")
|
||||
(cmake "https://github.com/uyha/tree-sitter-cmake")
|
||||
(blueprint "https://github.com/huanie/tree-sitter-blueprint")))
|
||||
(blueprint "https://github.com/huanie/tree-sitter-blueprint")
|
||||
(kdl "https://github.com/tree-sitter-grammars/tree-sitter-kdl")))
|
||||
;; Tree sitter major mode conversions
|
||||
(setq major-mode-remap-alist
|
||||
'((c-mode . c-ts-mode)
|
||||
|
Reference in New Issue
Block a user