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

8 lines
264 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'xsl-mode "xslide" "Major mode for XSL stylesheets." t)
;; Turn on font lock when in XSL mode
(add-hook 'xsl-mode-hook
'turn-on-font-lock)
(add-to-list 'auto-mode-alist
'("\\.fo\\'\\|\\.xsl\\'" . xsl-mode))