Refactor add-hook! and associate!; associate! only for minor modes now
This commit is contained in:
parent
ea8ed1f997
commit
c037c325a1
4 changed files with 75 additions and 47 deletions
|
@ -44,7 +44,7 @@
|
|||
:mode ("/\\.rspec$" . text-mode)
|
||||
:init
|
||||
(associate! rspec-mode :match "/\\.rspec$")
|
||||
(associate! rspec-mode :in (ruby-mode yaml-mode) :files ("/spec/"))
|
||||
(associate! rspec-mode :modes (ruby-mode yaml-mode) :files ("/spec/"))
|
||||
(defvar rspec-mode-verifiable-map (make-sparse-keymap))
|
||||
(defvar evilmi-ruby-match-tags
|
||||
'((("unless" "if") ("elsif" "else") "end")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue