diff options
Diffstat (limited to 'app-emacs/sml-mode/files/51sml-mode-gentoo.el')
-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) |