Add flymake cursor

This commit is contained in:
Maciej Szlosarczyk 2017-08-28 23:19:01 +03:00
parent daa26bbc3b
commit 321146b0aa
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
4 changed files with 10 additions and 4 deletions

View file

@ -88,6 +88,9 @@
(unless (package-installed-p 'flymake)
(package-install 'flymake))
(unless (package-installed-p 'flymake-cursor)
(package-install 'flymake-cursor))
(unless (package-installed-p 'projectile)
(package-install 'projectile))
@ -155,6 +158,9 @@
(unless (package-installed-p 'rspec-mode)
(package-install 'rspec-mode))
(unless (package-installed-p 'flymake-ruby)
(package-install 'flymake-ruby))
; Web mode for editing erb
(unless (package-installed-p 'web-mode)
(package-install 'web-mode))