diff --git a/files/init.org b/files/init.org index 5804d26..7437dd7 100644 --- a/files/init.org +++ b/files/init.org @@ -17,9 +17,9 @@ ln -s ~/dots/files/init.el ~/.emacs.d/init.el This file replaces itself with the actual configuration at first run. #+BEGIN_SRC emacs-lisp :tangle no (require 'org) -(find-file (concat (getenv "HOME") "dots/files/init.org")) +(find-file (concat (getenv "HOME") "/dots/files/init.org")) (org-babel-tangle) -(load-file (concat (getenv "HOME") "dots/files/init.el")) +(load-file (concat (getenv "HOME") "/dots/files/init.el")) #+END_SRC It tangles the org-file, so that this file is overwritten with the actual