You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/dts-mode/files/50dts-mode-gentoo.el

7 lines
304 B

(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))