fix sprint bug

This commit is contained in:
Otávio Schwanck 2020-03-02 20:28:08 +00:00
parent ac199de936
commit 3e2b251a96

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