org layer: fix diminish of org-indent

This commit is contained in:
syl20bnr 2015-04-11 00:38:31 -04:00
parent 473d4d1eb7
commit 36492c87c4
1 changed files with 4 additions and 1 deletions

View File

@ -43,8 +43,11 @@ which require an initialization must be listed explicitly in the list.")
:init
(progn
(setq org-log-done t)
(eval-after-load 'org-indent
'(spacemacs|hide-lighter org-indent-mode))
(add-hook 'org-mode-hook 'org-indent-mode)
(spacemacs|hide-lighter org-indent-mode)
(evil-leader/set-key-for-mode 'org-mode
"mc" 'org-capture
"md" 'org-deadline