X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=auto-modes.el;h=0dad7c33f57ab8af3dd52efa8dd1a23fc99907f6;hb=7df8a490816d54f7d87638bd4ec17f04f86d86ab;hp=39abd4210f66fd66816771f94122600cbaa56c84;hpb=ffbe0905bafb79f5f0a5e3b0f0df6d33057c535a;p=emacs.d.git 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)