summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorfpi2020-04-05 20:55:51 +0200
committerfpi2020-04-05 20:55:51 +0200
commita6ac92abcbc0bdf3e55470071defcc6f7529ee94 (patch)
tree461e38b6d92913a361569e92700e89c157a8e163 /README.org
parentAdd script to create all symlinks (diff)
Remove note of not tangling emacs-init.org
This already changed a while back. See commits in the ~emacs~ branch. Tangling on emacs startup was unnecessarily slow.
Diffstat (limited to '')
-rw-r--r--README.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.org b/README.org
index 477de5f..0020720 100644
--- a/README.org
+++ b/README.org
@@ -3,9 +3,6 @@ The config files are organized in emacs org files. They are tangled
and symlinked to the appropriate directories.
[[file:emacs-init.org::*tangle%20dotfiles][A hook]] tangles all files automatically on each save.
-~emacs-init.org~ is special and not automatically tangled. The >100 src
-blocks make tangling take several seconds and ~org-babel-load-file~ in
-~init.el~ tangles the init org file on each emacs start anyway.
The symlinks can be created by manually running the appropriate src
block in each configuration file. For an automated solution see below.