fix org-bullets loading

fixes 'Error (use-package): Could not load package org-bullets'
This commit is contained in:
Sam Gwydir 2015-03-16 11:43:41 -05:00 committed by syl20bnr
parent 92d20a43ea
commit 285d43580e

View file

@ -1891,7 +1891,8 @@ Put (global-hungry-delete-mode) in dotspacemacs/config to enable by default."
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(use-package org-bullets
:config
:defer t
:init
(defun spacemacs//org-mode-hook ()
(org-bullets-mode 1))
(add-hook 'org-mode-hook 'spacemacs//org-mode-hook))