mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ruby: fix wrong-num-of-args error from setq
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user