summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org2
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.