diff options
author | noa@gaiwan.org | 2024-06-27 13:18:46 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-27 13:18:46 +0000 |
commit | fde5396c0a13b369590a168d2b1851b5f79c5774 (patch) | |
tree | 9f520926b4356e639b1666e208d0b0119568184e | |
parent | 66a0eb5c83924cfe8aafd167253fdeb498ac2f4a (diff) |
Update metadata
-rw-r--r-- | config.org | 5 |
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. |