X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=auto-modes.el;h=0dad7c33f57ab8af3dd52efa8dd1a23fc99907f6;hp=39abd4210f66fd66816771f94122600cbaa56c84;hb=3fcdaefe9cd5692cfb622e2f70cfbba2d97063ac;hpb=70b65fbebab3f53d8a30d2493612787a53f8c1d5 diff --git a/auto-modes.el b/auto-modes.el index 39abd42..0dad7c3 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -20,7 +20,10 @@ ;; css-mode '("\\.css$" . css-mode) - + + ;; ebuild-mode + '("\\.ebuild$" . ebuild-mode) + ;; ecmascript-mode '("\\.js$" . ecmascript-mode)