Add helm-css-scss init file

This commit is contained in:
syl20bnr 2014-09-03 23:50:31 -04:00
parent 4f11b941bf
commit 7eca8997d9

View file

@ -0,0 +1,5 @@
(use-package helm-css-scss
:defer t
:init
(evil-leader/set-key
"hc" 'helm-css-scss))