Add failsafe font + smalltalk support

This commit is contained in:
Henrik Lissner 2015-01-15 01:46:40 -05:00
parent b2720fcc4c
commit a182796600
2 changed files with 9 additions and 3 deletions

4
init/init-smalltalk.el Normal file
View file

@ -0,0 +1,4 @@
(use-package smalltalk-mode :mode "\\.g?st$")
(provide 'init-smalltalk)
;;; init-smalltalk.el ends here