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-text/a2ps/files/50a2ps-gentoo.el

6 lines
218 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'a2ps-mode "a2ps" nil t)
(autoload 'a2ps-buffer "a2ps-print" nil t)
(autoload 'a2ps-region "a2ps-print" nil t)
(add-to-list 'auto-mode-alist '("\\.a2ps\\'" . a2ps-mode))