Skip to content

Commit

Permalink
rm unnecessary progn
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantypanski committed Jan 29, 2024
1 parent 32e4fb9 commit 12dbe90
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/languages/my-tree-sitter.el
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
(use-package tree-sitter
:commands tree-sitter
:ensure tree-sitter
:config
(progn))
:ensure tree-sitter)

(use-package tree-sitter-langs
:commands tree-sitter-langs
:ensure tree-sitter-langs
:config
(progn))
:ensure tree-sitter-langs)

(provide 'my-tree-sitter)

0 comments on commit 12dbe90

Please sign in to comment.