el-get/recipes/sass-mode.el

8 lines
277 B
EmacsLisp
Raw Normal View History

2010-12-29 04:57:25 +08:00
(:name sass-mode
:description "Major mode for editing Sass files"
2010-12-29 04:57:25 +08:00
: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))))