el-get/recipes/sass-mode.el
2011-08-25 10:56:51 +02:00

8 lines
277 B
EmacsLisp

(:name sass-mode
:description "Major mode for editing Sass files"
:type git
:url "https://github.com/nex3/sass-mode.git"
:features sass-mode
:post-init (lambda ()
(add-to-list 'auto-mode-alist '("\\.scss$" . sass-mode))))