Skip to content

Commit 9b6c2c7

Browse files
committed
Add customization group `tsc'
1 parent 5411a91 commit 9b6c2c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/tsc-dyn-get.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
(defconst tsc--dir (file-name-directory (or (locate-library "tsc.el") ""))
2525
"The directory where the library `tsc' is located.")
2626

27+
(defgroup tsc nil
28+
"Core tree-sitter APIs."
29+
:group 'languages)
30+
2731
(defcustom tsc-dyn-dir tsc--dir
2832
"The directory that `tsc-dyn' module is resided.
2933
This should be set before `tsc' is loaded.

0 commit comments

Comments
 (0)