branch: master commit 20043ee0950730c8036e1ff0c67e92e7bc2fdf4e Author: Ben Gamari <bgamari.f...@gmail.com> Commit: Ben Gamari <bgamari.f...@gmail.com>
Add ends here --- dts-mode.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dts-mode.el b/dts-mode.el index 2b6285b..565e2ff 100644 --- a/dts-mode.el +++ b/dts-mode.el @@ -70,3 +70,5 @@ (add-to-list 'auto-mode-alist '("\\.dts\\'" . dts-mode)) (add-to-list 'auto-mode-alist '("\\.dtsi\\'" . dts-mode)) + +;;; dts-mode.el ends here