lang/org: add toc-org plugin

This commit is contained in:
Henrik Lissner 2017-05-28 17:33:16 +02:00
parent 15e8a37186
commit 5988c654e9
2 changed files with 4 additions and 0 deletions

View file

@ -54,6 +54,9 @@
(when (and (featurep 'evil) evil-mode)
(evil-org-mode +1))
(require 'toc-org)
(toc-org-enable)
(unless org-agenda-inhibit-startup
;; My version of the 'overview' #+STARTUP option: expand first-level
;; headings.

View file

@ -9,6 +9,7 @@
(package! org-download)
(package! org-bullets)
(package! toc-org)
(package! ob-go)
(package! ob-mongo)
(package! ob-redis)