ruby: add comment for rspec-mode config.

This commit is contained in:
syl20bnr 2016-01-26 01:47:25 -05:00
parent 1a84cc15b8
commit 64adeb66ad

View file

@ -151,6 +151,8 @@
(defun ruby/init-rspec-mode ()
(use-package rspec-mode
:defer t
;; there is no :init block to add the hooks since rspec-mode
;; setup the hook via an autoload
:config
(progn
(spacemacs|hide-lighter rspec-mode)