mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
better popup for rspec
This commit is contained in:
@ -136,6 +136,7 @@
|
|||||||
:mode ("/\\.rspec\\'" . text-mode)
|
:mode ("/\\.rspec\\'" . text-mode)
|
||||||
:init
|
:init
|
||||||
(setq rspec-use-spring-when-possible nil)
|
(setq rspec-use-spring-when-possible nil)
|
||||||
|
(set-popup-rule! "^\\*\\(rspec-\\)?compilation" :size 0.3 :ttl nil :select t)
|
||||||
(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