We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82f38e commit 671d6b2Copy full SHA for 671d6b2
config/ft.el
@@ -26,6 +26,7 @@
26
(when (and (fboundp 'treesit-available-p) (treesit-available-p))
27
(when-fn% treesit-available-p nil)))
28
(defmacro when-feature-treesit% (&rest body)
29
+ (declare (indent 0))
30
`(when-fn% treesit-available-p nil
31
(progn% ,@body)))
32
config/vdir.el
@@ -85,7 +85,7 @@
85
86
;; `treesit'
87
(when-feature-treesit%
88
- (setq treesit-extra-load-path `(,(v-home! ".treesit/"))))
+ (set-default 'treesit-extra-load-path `(,(v-home! ".treesit/"))))
89
90
;; `url'
91
(setq% url-configuration-directory (v-home! ".url/") url)
0 commit comments