An emacs major mode for Slate
Add the following recipe to el-get-sources:
(:name slate-config-mode
:type github
:pkgname "ddjfreedom/slate-config-mode"
:features slate-config-mode)Then run M-x el-get-install to install slate-config-mode.
Put slate-config-mode.el into a directory in load-path, and add
(require 'slate-config-mode)into emacs init file.