diff options
author | Panagiotis Christopoulos (pchrist) <pchrist@gentoo.org> | 2013-07-01 23:34:16 +0300 |
---|---|---|
committer | Panagiotis Christopoulos (pchrist) <pchrist@gentoo.org> | 2013-07-01 23:34:16 +0300 |
commit | b3b8a4ed2130267e520ddf5ef8687e575fa3bdd4 (patch) | |
tree | f571a5a8c987e5d7eb22c232aad2697bf330b0d9 /dev-lang/gnu-smalltalk/files/50gnu-smalltalk-gentoo.el | |
parent | test test test (diff) | |
download | pchrist-b3b8a4ed2130267e520ddf5ef8687e575fa3bdd4.tar.gz pchrist-b3b8a4ed2130267e520ddf5ef8687e575fa3bdd4.tar.bz2 pchrist-b3b8a4ed2130267e520ddf5ef8687e575fa3bdd4.zip |
dev-lang/gnu-smalltalk: some preliminary work on 3.2.5
Package-Manager: portage-2.1.12.11
Manifest-Sign-Key: 3AC579B91BC03656
Diffstat (limited to 'dev-lang/gnu-smalltalk/files/50gnu-smalltalk-gentoo.el')
-rw-r--r-- | dev-lang/gnu-smalltalk/files/50gnu-smalltalk-gentoo.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-lang/gnu-smalltalk/files/50gnu-smalltalk-gentoo.el b/dev-lang/gnu-smalltalk/files/50gnu-smalltalk-gentoo.el new file mode 100644 index 0000000..e9e18d4 --- /dev/null +++ b/dev-lang/gnu-smalltalk/files/50gnu-smalltalk-gentoo.el @@ -0,0 +1,7 @@ + +;;; gnu-smalltalk site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'smalltalk-mode "smalltalk-mode" "Autoload for smalltalk-mode" t) +(autoload 'gst "gst-mode" "Autoload for gst" t) +(add-to-list 'auto-mode-alist '("\\.st\\'" . smalltalk-mode)) |