org layer: fix diminish of org-indent
This commit is contained in:
parent
473d4d1eb7
commit
36492c87c4
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue