aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index de550e2..ce1ebff 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -543,6 +543,9 @@
:mode (("Kconfig\\." . kconfig-mode))
:defer t)
+(use-package dts-mode
+ :defer t)
+
;; I don't want to go LSP all the way, but for certain languages is almost
;; required (e.g. Go). In any case, let's keep it simple.