Overlay/dev-lang/gnu-smalltalk/files/50gnu-smalltalk-gentoo.el

8 lines
268 B
EmacsLisp
Raw Normal View History

2014-03-25 17:28:29 +04:00
;;; 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))