We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7e794 commit cdf6a80Copy full SHA for cdf6a80
1 file changed
gptel-cpp-complete.el
@@ -94,10 +94,10 @@
94
;; Helpers
95
;; ------------------------------------------------------------
96
(defun gptel-cpp-complete--get-treesit-extra-load-path ()
97
- "Get `treesiter' extra load path."
98
- (list (expand-file-name
99
- "./treesit-grammars/" (file-name-directory
100
- (or load-file-name (buffer-file-name))))))
+ "Get `treesiter' extra load path."
+ (list (expand-file-name
+ "./" (file-name-directory
+ (or load-file-name (buffer-file-name))))))
101
102
(defmacro gptel-cpp-complete--with-which-function-mode (&rest body)
103
"Execute BODY with `which-function-mode' enabled, then restore original state."
0 commit comments