Add rspec to ruby mode
This commit is contained in:
parent
bfeb3a7f83
commit
f4c93cc2bf
3 changed files with 10 additions and 2 deletions
|
|
@ -187,6 +187,10 @@
|
|||
(package-refresh-contents)
|
||||
(package-install 'robe))
|
||||
|
||||
(unless (package-installed-p 'rspec-mode)
|
||||
(package-refresh-contents)
|
||||
(package-install 'rspec-mode))
|
||||
|
||||
; Web mode for editing erb
|
||||
(unless (package-installed-p 'web-mode)
|
||||
(package-refresh-contents)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue