mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #2650 from otavioschwanck/bugfix/fix-spring-bug
Fix Spring bug on Ruby Rspec Mode
This commit is contained in:
@ -130,6 +130,7 @@
|
|||||||
(use-package! rspec-mode
|
(use-package! rspec-mode
|
||||||
:mode ("/\\.rspec\\'" . text-mode)
|
:mode ("/\\.rspec\\'" . text-mode)
|
||||||
:init
|
:init
|
||||||
|
(setq rspec-use-spring-when-possible nil)
|
||||||
(when (featurep! :editor evil)
|
(when (featurep! :editor evil)
|
||||||
(add-hook 'rspec-mode-hook #'evil-normalize-keymaps))
|
(add-hook 'rspec-mode-hook #'evil-normalize-keymaps))
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user