lang/org: add toc-org plugin
This commit is contained in:
parent
15e8a37186
commit
5988c654e9
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
(package! org-download)
|
||||
(package! org-bullets)
|
||||
(package! toc-org)
|
||||
(package! ob-go)
|
||||
(package! ob-mongo)
|
||||
(package! ob-redis)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue