Fix tangle in initial tangle
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
(require 'org)
|
(require 'org)
|
||||||
(find-file (concat user-emacs-directory "init.org"))
|
(find-file (concat (getenv "HOME") "dots/files/init.org"))
|
||||||
(org-babel-tangle)
|
(org-babel-tangle)
|
||||||
(load-file (concat user-emacs-directory "init.el"))
|
(load-file (concat (getenv "HOME") "dots/files/init.el"))
|
||||||
|
|||||||
Reference in New Issue
Block a user