summaryrefslogtreecommitdiff
blob: e9e18d43bb3c289e9bf3e83ecd395abf4327f30c (plain)
1
2
3
4
5
6
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))