mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
move rspec popup to :config
This commit is contained in:
@ -136,10 +136,10 @@
|
||||
: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
|
||||
(set-popup-rule! "^\\*\\(rspec-\\)?compilation" :size 0.3 :ttl nil :select t)
|
||||
(setq rspec-use-rvm (executable-find "rvm"))
|
||||
(map! :localleader
|
||||
:prefix "t"
|
||||
|
Reference in New Issue
Block a user