Add kotlin-mode to the auto-install list (#1016)

This commit is contained in:
Gregg Hernandez 2016-07-23 10:17:40 -06:00 committed by Bozhidar Batsov
parent 74b2b76618
commit f5f4d773f3

View file

@ -150,6 +150,7 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
("\\.haml\\'" haml-mode haml-mode)
("\\.hs\\'" haskell-mode haskell-mode)
("\\.json\\'" json-mode json-mode)
("\\.kt\\'" kotlin-mode kotlin-mode)
("\\.kv\\'" kivy-mode kivy-mode)
("\\.latex\\'" auctex LaTeX-mode)
("\\.less\\'" less-css-mode less-css-mode)