Merge pull request #2650 from otavioschwanck/bugfix/fix-spring-bug

Fix Spring bug on Ruby Rspec Mode
This commit is contained in:
Henrik Lissner 2020-03-03 12:27:36 -05:00 committed by GitHub
commit 975f2e42f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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