diff options
author | fpi | 2020-04-05 20:55:51 +0200 |
---|---|---|
committer | fpi | 2020-04-05 20:55:51 +0200 |
commit | a6ac92abcbc0bdf3e55470071defcc6f7529ee94 (patch) | |
tree | 461e38b6d92913a361569e92700e89c157a8e163 | |
parent | Add 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.
-rw-r--r-- | README.org | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |