added coffee-mode to list of auto-installed modes
This commit is contained in:
parent
f6655ab2e9
commit
a64d260045
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
("\\.php\\'" . php-mode)
|
("\\.php\\'" . php-mode)
|
||||||
("\\.hs\\'" . haskell-mode)
|
("\\.hs\\'" . haskell-mode)
|
||||||
("\\.less\\'" . less-css-mode)
|
("\\.less\\'" . less-css-mode)
|
||||||
|
("\\.coffee\\'" . coffee-mode)
|
||||||
("\\.lua\\'" . lua-mode)))
|
("\\.lua\\'" . lua-mode)))
|
||||||
|
|
||||||
;; markdown-mode doesn't have autoloads for the auto-mode-alist
|
;; markdown-mode doesn't have autoloads for the auto-mode-alist
|
||||||
|
|
Loading…
Reference in a new issue