diff options
author | noa@gaiwan.org | 2024-06-19 17:38:35 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-19 17:38:35 +0000 |
commit | a16c694f92bfae6299c36153d42f52be864ba90f (patch) | |
tree | a59933756c4630c54dc00a3f6179f98035de6c53 | |
parent | dd7a05c21bdc5b2a452569f0cea3d0010bfc092e (diff) |
Tangle to init.el, not current directory
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 9c27254..35a0a58 100644 --- a/config.org +++ b/config.org @@ -1,7 +1,7 @@ #+TITLE: My configurations #+SUBTITLE: Version 0.1 #+DATE: 2024-06-18 -#+PROPERTY: header-args :tangle yes +#+PROPERTY: header-args :tangle ~/.config/emacs/init.el * 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. |