diff options
author | fpi | 2020-07-27 11:12:46 +0200 |
---|---|---|
committer | fpi | 2020-07-27 11:16:52 +0200 |
commit | be0d464d273d8b8544cbfffabb42eb76f1884131 (patch) | |
tree | ca3ffc0c179f4461f86610a2d59bcb134ea9d947 | |
parent | Add experimental way to reduce amount of tangling (diff) |
Add table of contents to readme
-rw-r--r-- | README.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,14 @@ #+PROPERTY: header-args:shell :noweb yes +* Contents :QUOTE:TOC_2_gh: +#+BEGIN_QUOTE +- [[#my-dotfiles][My dotfiles]] + - [[#initial-setup][Initial setup]] + - [[#git-setup][Git setup]] + - [[#updating-all-tangled-files][Updating all tangled files]] + - [[#creating-symlinks][Creating symlinks]] + - [[#dots-script][=dots= script]] +#+END_QUOTE + * My dotfiles The config files are organized in [[https://www.gnu.org/software/emacs/][emacs]] [[https://orgmode.org/][org mode]] files. They are tangled and symlinked to the appropriate directories. |