mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: add toc-org plugin
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user