Diminish space-doc-mode lighter

This commit is contained in:
Junhui 2016-04-12 09:04:20 +08:00 committed by syl20bnr
parent 8a64b2c28d
commit c921eb6bbc
1 changed files with 4 additions and 2 deletions

View File

@ -531,6 +531,8 @@ a Markdown buffer and use this command to convert it.
(defun org/init-htmlize ()
(use-package htmlize
:defer t))
:defer t))
(defun org/init-space-doc ())
(defun org/init-space-doc ()
(use-package space-doc
:config (spacemacs|diminish space-doc-mode "" " d")))