diff options
author | Thanos Apollo <[email protected]> | 2023-02-08 19:07:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-08 19:07:14 +0200 |
commit | 9f9afbbbf6601db67e6ca594e15866598a128199 (patch) | |
tree | ad4c1251dd72f0ff03d31bd5a1f155c1184853ea | |
parent | 899e74af8eac4f490e8db6b31c376f49710a97bf (diff) |
emacs: test toc
-rw-r--r-- | .emacs.d/emacs.org | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/.emacs.d/emacs.org b/.emacs.d/emacs.org index db546cd..b202a7b 100644 --- a/.emacs.d/emacs.org +++ b/.emacs.d/emacs.org @@ -1,7 +1,26 @@ #+TITLE: Emacs Configuration #+PROPERTY: header-args :tangle test.el #+auto_tangle: t -#+STARTUP: show2levels +#+STARTUP: show2levels + +* Table of contents +:PROPERTIES: +:TOC: :include all +:END: +:CONTENTS: +- [[#table-of-contents][Table of contents]] +- [[#setting-up-packages][Setting up Packages]] + - [[#setup-for-guixsd-machines][Setup for GuixSD machines]] + - [[#define-and-install-packages][Define and install packages]] +- [[#ui-settings][UI Settings]] + - [[#basic-ui][Basic UI]] + - [[#all-the-icons-diredel][all-the-icons-dired.el]] +- [[#functions][Functions]] +- [[#mu4e-setup--email-configuration][mu4e setup | Email configuration]] +- [[#custom-key-bindings][Custom key-bindings]] +- [[#org-mode-configuration][Org-mode Configuration]] +:END: + * TODO Setting up Packages #+begin_src emacs-lisp @@ -118,3 +137,4 @@ Install missing packages * TODO mu4e setup | Email configuration * TODO Custom key-bindings * TODO Org-mode Configuration + |