]> git.earman.xyz Git - emacsinit.git/commitdiff
Add dtsi files to c-style
authorrearman <rearman@r717.net>
Fri, 10 Oct 2025 20:03:27 +0000 (16:03 -0400)
committerrearman <rearman@r717.net>
Fri, 10 Oct 2025 20:03:27 +0000 (16:03 -0400)
init.el

diff --git a/init.el b/init.el
index de45f5e2b7bca2aac03993bde61420c8499dc647..7ea80629f009224bc26ae722b29df6bc4e15d22b 100644 (file)
--- a/init.el
+++ b/init.el
@@ -26,6 +26,8 @@
            (require 're-pass-alike)))
 
 (add-to-list 'auto-mode-alist '("\\.keymap\\'" . c-mode))
+(add-to-list 'auto-mode-alist '("\\.dtsi\\'" . c-mode))
+
 (add-hook 'c-mode-hook (lambda () (require 're-c-style)))
 \f
 ;; Tabs