doomemacs/init/init-smalltalk.el

6 lines
126 B
EmacsLisp
Raw Normal View History

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