Skip to content

Commit

Permalink
fix(dockerfile-mode): disable when Emacs have builtin tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 17, 2023
1 parent ca08878 commit 9919244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
(use-package docker-compose-mode
:straight t)

(when (+emacs-features-p 'tree-sitter) (push 'tree-sitter minemacs-disabled-packages))
(when (+emacs-features-p 'tree-sitter)
(push '(tree-sitter dockerfile-mode) minemacs-disabled-packages))

(use-package dockerfile-mode
:straight t)
Expand Down

0 comments on commit 9919244

Please sign in to comment.