Refresh browser on M-r in (sass|web)-mode

This commit is contained in:
Henrik Lissner 2015-08-01 14:39:59 +02:00
parent 03c7c4b07c
commit ff72c689ca
3 changed files with 7 additions and 1 deletions

View file

@ -14,6 +14,7 @@
(setq scss-compile-at-save nil)
:config
(bind! :map scss-mode-map
:n "M-r" 'narf/web-refresh-browser
:n ",;" 'helm-css-scss
:n ",:" 'helm-css-scss-multi)