Skip to content

Commit 668ca15

Browse files
committed
feat: Remove unused variable
1 parent afdd8ee commit 668ca15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

treesit-fold.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ For example, Lua, Ruby, etc."
249249
"Face used to display fringe contents."
250250
:group 'treesit-fold)
251251

252-
(defcustom treesit-fold-modes '(prog-mode conf-mode python-ts-mode)
253-
"Modes in which `treesit-fold-mode' gets enabled."
254-
:type '(repeat symbol))
255-
256252
(defvar-keymap treesit-fold-mode-map
257253
:doc "Keymap used when `treesit-fold-mode' is active.")
258254
;;

0 commit comments

Comments
 (0)