Updoots
This commit is contained in:
@@ -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.
|
This file replaces itself with the actual configuration at first run.
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
(require 'org)
|
(require 'org)
|
||||||
(find-file (concat (getenv "HOME") "dots/files/init.org"))
|
(find-file (concat (getenv "HOME") "/dots/files/init.org"))
|
||||||
(org-babel-tangle)
|
(org-babel-tangle)
|
||||||
(load-file (concat (getenv "HOME") "dots/files/init.el"))
|
(load-file (concat (getenv "HOME") "/dots/files/init.el"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
It tangles the org-file, so that this file is overwritten with the actual
|
It tangles the org-file, so that this file is overwritten with the actual
|
||||||
|
|||||||
Reference in New Issue
Block a user