Merge pull request #2650 from otavioschwanck/bugfix/fix-spring-bug
Fix Spring bug on Ruby Rspec Mode
This commit is contained in:
commit
975f2e42f5
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
|||
(use-package! rspec-mode
|
||||
:mode ("/\\.rspec\\'" . text-mode)
|
||||
:init
|
||||
(setq rspec-use-spring-when-possible nil)
|
||||
(when (featurep! :editor evil)
|
||||
(add-hook 'rspec-mode-hook #'evil-normalize-keymaps))
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue