doomemacs/init/init-smalltalk.el

6 lines
126 B
EmacsLisp
Raw Normal View History

2015-02-05 13:59:04 +08:00
;; For GNU-Smalltalk
2015-01-15 14:46:40 +08:00
(use-package smalltalk-mode :mode "\\.g?st$")
(provide 'init-smalltalk)
;;; init-smalltalk.el ends here