X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=auto-modes.el;h=da87ef889929ba959c1f517478e48c40c24823ec;hb=c01d402ee4c09eab8dea768455d1566aa06ab227;hp=21149accf13e3ff2059fe1bf408f6f8b3271ebda;hpb=5b0477a6fe73109726c3e6e727daf4e44e0fe2b7;p=emacs.d.git diff --git a/auto-modes.el b/auto-modes.el index 21149ac..da87ef8 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -24,11 +24,11 @@ ;; ebuild-mode '("\\.ebuild$" . ebuild-mode) - ;; ecmascript-mode - '("\\.js$" . ecmascript-mode) + ;; js-mode + '("\\.js$" . js-mode) ;; haskell-mode - '("\\.hs$" . haskell-mode) + '("\\.l?hs$" . haskell-mode) ;; nagios-mode '("\\.cfg$" . nagios-mode) @@ -39,12 +39,13 @@ '("\\.xml$" . nxml-mode) '("\\.?html$" . nxml-mode) '("\\.config$" . nxml-mode) - '("\\.tpl$" . nxml-mode) + '("\\.tpl$" . nxml-mode) ;; Smarty templates '("\\.rdf$" . nxml-mode) '("\\.xul$" . nxml-mode) ;; php-mode '("\\.php$" . php-mode) + '("\\.module$" . php-mode) ;; Drupal modules ;; python-mode '("\\.pyx?$" . python-mode)