diff options
author | 2002-11-01 02:52:02 +0000 | |
---|---|---|
committer | 2002-11-01 02:52:02 +0000 | |
commit | ce2fa6f6c4951c11ef10627b81603f112c0b62a8 (patch) | |
tree | 3f697c6e444c56ff856d2d5e5300c606d2462d12 /app-emacs/xslide/files | |
parent | masked app-emacs/monk (incomplete for now) (diff) | |
download | historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.tar.gz historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.tar.bz2 historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.zip |
looks like an app-emacs/ import to me
Diffstat (limited to 'app-emacs/xslide/files')
-rw-r--r-- | app-emacs/xslide/files/50xslide-gentoo.el | 14 | ||||
-rw-r--r-- | app-emacs/xslide/files/digest-xslide-0.2 | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-emacs/xslide/files/50xslide-gentoo.el b/app-emacs/xslide/files/50xslide-gentoo.el new file mode 100644 index 000000000000..52028f37b6da --- /dev/null +++ b/app-emacs/xslide/files/50xslide-gentoo.el @@ -0,0 +1,14 @@ + +;;; xslide site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) +(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) +(setq auto-mode-alist + (append + (list + '("\\.fo" . xsl-mode) + '("\\.xsl" . xsl-mode)) + auto-mode-alist)) diff --git a/app-emacs/xslide/files/digest-xslide-0.2 b/app-emacs/xslide/files/digest-xslide-0.2 new file mode 100644 index 000000000000..69af3bbc89f9 --- /dev/null +++ b/app-emacs/xslide/files/digest-xslide-0.2 @@ -0,0 +1 @@ +MD5 003de7a03474a3812105067231e6fcd3 xslide02.zip 26367 |