better popup for rspec

This commit is contained in:
Otávio Schwanck 2020-05-20 02:21:04 -03:00
parent 20f22d5741
commit 412e515020

View file

@ -136,6 +136,7 @@
:mode ("/\\.rspec\\'" . text-mode)
:init
(setq rspec-use-spring-when-possible nil)
(set-popup-rule! "^\\*\\(rspec-\\)?compilation" :size 0.3 :ttl nil :select t)
(when (featurep! :editor evil)
(add-hook 'rspec-mode-hook #'evil-normalize-keymaps))
:config