Merge pull request #888 from CNBorn/stylus-mode

Add stylus-mode auto installation
This commit is contained in:
Bozhidar Batsov 2015-09-06 08:55:44 +03:00
commit 4fd85a4e40

View file

@ -163,6 +163,7 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
("\\.scala\\'" scala-mode2 scala-mode) ("\\.scala\\'" scala-mode2 scala-mode)
("\\.scss\\'" scss-mode scss-mode) ("\\.scss\\'" scss-mode scss-mode)
("\\.slim\\'" slim-mode slim-mode) ("\\.slim\\'" slim-mode slim-mode)
("\\.styl\\'" stylus-mode stylus-mode)
("\\.swift\\'" swift-mode swift-mode) ("\\.swift\\'" swift-mode swift-mode)
("\\.textile\\'" textile-mode textile-mode) ("\\.textile\\'" textile-mode textile-mode)
("\\.thrift\\'" thrift thrift-mode) ("\\.thrift\\'" thrift thrift-mode)