diff --git a/dot-emacs-dot-d.org b/dot-emacs-dot-d.org index 3166b55..410641d 100644 --- a/dot-emacs-dot-d.org +++ b/dot-emacs-dot-d.org @@ -256,12 +256,11 @@ Now, for some code. * Tangle source code. - All files get tangled to =tangled=, which is a subdirectory of the directory - that this file is in. + All files get tangled to the directory that this file is in. ** =init.el= - #+BEGIN_SRC emacs-lisp :noweb no-export :mkdirp yes :tangle tangled/init.el + #+BEGIN_SRC emacs-lisp :noweb no-export :mkdirp yes :tangle init.el <> <> diff --git a/tangled/init.el b/init.el similarity index 100% rename from tangled/init.el rename to init.el