From 4b4fe82763dcb981f1a50412436513ea1394c057 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Tue, 23 Apr 2024 17:01:00 +0200 Subject: [PATCH] Enable toc and headline numbering --- emacs-configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs-configuration.org b/emacs-configuration.org index ba8efcf..4814038 100644 --- a/emacs-configuration.org +++ b/emacs-configuration.org @@ -1,6 +1,7 @@ # -*- eval: (add-hook 'after-save-hook #'org-babel-tangle nil t); eval: (add-hook 'org-babel-post-tangle-hook #'delete-trailing-whitespace nil t); -*- #+title: ~/.emacs.d #+startup: content +#+options: toc:t num:t #+headers: :exports none #+headers: :tangle default.el