Add flymake cursor
This commit is contained in:
parent
daa26bbc3b
commit
321146b0aa
4 changed files with 10 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue