Skip to content

Commit

Permalink
feat(embedded): add support for DTS via dts-mode & virtual-dts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 4, 2024
1 parent e99daea commit 2c2d7e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/me-embedded.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
:hook (arduino-mode . display-line-numbers-mode)
:hook (arduino-mode . hs-minor-mode))

(use-package dts-mode
:straight t)

(use-package virtual-dts-mode
:straight (:host github :repo "connorfeeley/virtual-dts-mode")
:when (executable-find "dtc"))

(use-package bitbake
:straight (bitbake-modes :host bitbucket :repo "olanilsson/bitbake-modes")
:config
Expand Down

0 comments on commit 2c2d7e7

Please sign in to comment.