This commit is contained in:
Marco Thomas
2022-01-05 10:23:47 +01:00
parent 1749267cf9
commit fc02553f69

View File

@@ -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