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/dev-db/recutils/files/50recutils-gentoo.el

7 lines
202 B

;; site-init for dev-db/recutils
(add-to-list 'load-path "@SITELISP@")
(autoload 'rec-mode "rec-mode" "A mode for viewing/editing rec files." t)
(add-to-list 'auto-mode-alist '("\\.rec$" . rec-mode))