Move space-doc to the Spacemacs core bundle

This commit is contained in:
JAremko 2016-04-25 07:29:04 +03:00 committed by syl20bnr
parent 31d2a149d5
commit 42db6c7a41
3 changed files with 4 additions and 7 deletions

View file

@ -31,7 +31,6 @@
org-repo-todo
(ox-gfm :location local)
persp-mode
(space-doc :location local)
))
(when (configuration-layer/layer-usedp 'auto-completion)
@ -553,8 +552,3 @@ a Markdown buffer and use this command to convert it.
(defun org/init-htmlize ()
(use-package htmlize
:defer t))
(defun org/init-space-doc ()
(use-package space-doc
:commands space-doc-mode
:config (spacemacs|diminish space-doc-mode "" " d")))

View file

@ -357,4 +357,4 @@ NOTE: It can find only fontified regions."
ret))
(provide 'space-doc)
;;; space-doc.el ends here
;;; space-doc.el ends here.

View file

@ -23,6 +23,7 @@
(default-org :location built-in)
(org-plus-contrib :step pre)
org-bullets
(space-doc :location local)
toc-org
))
@ -74,4 +75,6 @@
(setq toc-org-max-depth 10)
(add-hook 'org-mode-hook 'toc-org-enable))))
(defun spacemacs-org/init-space-doc ())
;;; packages.el ends here