bind! -> map!; new minimalistic keybinding macro
This commit is contained in:
parent
2e4a083bbb
commit
81df2830a9
19 changed files with 431 additions and 441 deletions
|
@ -49,11 +49,12 @@
|
|||
;; Rake
|
||||
(("task" "namespace") () "end")))
|
||||
:config
|
||||
(bind! (:map rspec-mode-map
|
||||
:n ",tr" 'rspec-rerun
|
||||
:n ",ta" 'rspec-verify-all
|
||||
:n ",ts" 'rspec-verify-single
|
||||
:n ",tv" 'rspec-verify)))
|
||||
(map! :map rspec-mode-map
|
||||
(:localleader
|
||||
:n "tr" 'rspec-rerun
|
||||
:n "ta" 'rspec-verify-all
|
||||
:n "ts" 'rspec-verify-single
|
||||
:n "tv" 'rspec-verify)))
|
||||
|
||||
(use-package inf-ruby
|
||||
:commands (inf-ruby inf-ruby-console-auto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue