Add web mode package

This commit is contained in:
Maciej Szlosarczyk 2017-03-25 11:20:12 +02:00
parent e26757724b
commit d09ee89c44
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
2 changed files with 6 additions and 1 deletions

View file

@ -142,6 +142,11 @@
(package-refresh-contents)
(package-install 'less-css-mode))
; Web mode for editing erb
(unless (package-installed-p 'web-mode)
(package-refresh-contents)
(package-install 'web-mode))
; Git
(unless (package-installed-p 'magit)
(package-refresh-contents)