diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-04-22 18:47:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-04-22 18:47:05 +0000 |
commit | 451c5ddf31e7ddd8b1955f5352a1d486f24a002c (patch) | |
tree | 79dec29d3d9f1b683d725c2f36867b2764690b5d /app-emacs/sml-mode/files | |
parent | Remove needless junit dep; some polishing. (diff) | |
download | gentoo-2-451c5ddf31e7ddd8b1955f5352a1d486f24a002c.tar.gz gentoo-2-451c5ddf31e7ddd8b1955f5352a1d486f24a002c.tar.bz2 gentoo-2-451c5ddf31e7ddd8b1955f5352a1d486f24a002c.zip |
Load sml-mode-startup from sitefile. make -> emake.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-emacs/sml-mode/files')
-rw-r--r-- | app-emacs/sml-mode/files/51sml-mode-gentoo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/sml-mode/files/51sml-mode-gentoo.el b/app-emacs/sml-mode/files/51sml-mode-gentoo.el new file mode 100644 index 000000000000..6bc0281b6d33 --- /dev/null +++ b/app-emacs/sml-mode/files/51sml-mode-gentoo.el @@ -0,0 +1,5 @@ + +;;; sml-mode site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(load "sml-mode-startup" nil t) |