Skip to content

Commit

Permalink
refactor(tools): conditionally disable dockerfile-mode MinEmacs way
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 15, 2023
1 parent 773aadd commit 8785b5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@
(use-package docker-compose-mode
:straight t)

(unless (+emacs-features-p 'tree-sitter)
(use-package dockerfile-mode
:straight t))
(when (+emacs-features-p 'tree-sitter) (push 'tree-sitter minemacs-disabled-packages))

(use-package dockerfile-mode
:straight t)

(use-package systemd
:straight t)
Expand Down

0 comments on commit 8785b5a

Please sign in to comment.