lang/ruby: fix wrong-num-of-args error from setq
This commit is contained in:
parent
cb38ffbd58
commit
a824e04e92
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@
|
|||
(("task" "namespace") () "end")))
|
||||
|
||||
(unless (featurep! :feature evil)
|
||||
(setq rspec-verifiable-mode-keymap (make-sparse-keymap) "TODO")
|
||||
(setq rspec-mode-keymap (make-sparse-keymap) "TODO"))
|
||||
(setq rspec-verifiable-mode-keymap (make-sparse-keymap)
|
||||
rspec-mode-keymap (make-sparse-keymap)))
|
||||
|
||||
(defun +ruby*init-appropriate-rspec-mode ()
|
||||
"TODO"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue