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/inform-mode/files/50inform-mode-gentoo.el

6 lines
303 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'inform-mode "inform-mode" "Inform editing mode." t)
(autoload 'inform-maybe-mode "inform-mode" "Inform/C header editing mode.")
(add-to-list 'auto-mode-alist '("\\.h\\'" . inform-maybe-mode))
(add-to-list 'auto-mode-alist '("\\.inf\\'" . inform-mode))