summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.org b/config.org
index aaad553..27e30ff 100644
--- a/config.org
+++ b/config.org
@@ -1,7 +1,8 @@
 #+TITLE: My configurations
-#+SUBTITLE: Version 0.1
-#+DATE: 2024-06-18
+#+SUBTITLE: Version 0.2
+#+DATE: 2024-06-23
 #+PROPERTY: header-args :tangle ~/.config/emacs/init.el
+#+OPTIONS: toc:2
 
 * Introduction
 This is an experiment in using literate programming to generate my computer configurations.  I want to try it out because my emacs configuration already has a large number of comments, and it seems more fitting to make them first class citizens.  Furthermore, i want to reorder some parts of the configurations to put relevant information close together, rather than having to arbitrarily split configuration from different programs into different files.