summaryrefslogtreecommitdiff
blob: 6d2bbc99b298e97ae80643766fd5a7ee94b629b9 (plain)
1
2
3
4
5
6
(add-to-list 'load-path "@SITELISP@")
(autoload 'dts-mode "dts-mode" "Major mode for editing Devicetrees" t)

;; Separate entries in dts-mode.el itself, don't merge them into a single one.
(add-to-list 'auto-mode-alist '("\\.dts\\'" . dts-mode))
(add-to-list 'auto-mode-alist '("\\.dtsi\\'" . dts-mode))