spacemacs/core/tools/doc-fmt/toc-org-apply.el
2016-04-01 00:26:20 -04:00

5 lines
109 B
EmacsLisp

(load-file "./core/tools/doc-fmt/toc-org.el")
(defun toc-apply ()
(toc-org-insert-toc)
(save-buffer 0))