emacs: remove toc-org

This commit is contained in:
Jeremy Baxter 2024-07-21 20:15:39 +12:00
parent 0457559cd1
commit 551a6c7401

View file

@ -159,9 +159,6 @@ value `italic'."
;; modernize org-mode
(package-install 'org-modern)
(add-hook 'org-mode-hook 'org-modern-mode)
;; create a TOC on saving an org document
(package-install 'toc-org)
(add-hook 'org-mode-hook 'toc-org-mode)
;; enable spell checking in org mode
(add-hook 'org-mode-hook #'(lambda () (flyspell-mode)))