Skip to content

Commit

Permalink
remove some extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
renzmann committed Jan 24, 2023
1 parent 815622c commit 712a7a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions treesit-auto.el
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,8 @@ remap the tree-sitter variant back to the default mode."

(defun treesit-auto-apply-remap ()
"Adjust `major-mode-remap-alist' using installed tree-sitter grammars."

(dolist (elt treesit-auto--language-source-alist)
(add-to-list 'treesit-language-source-alist elt t))

(mapcar 'treesit-auto--remap-language-source treesit-language-source-alist))

(provide 'treesit-auto)
Expand Down

0 comments on commit 712a7a2

Please sign in to comment.