Update .emacs.d/early-init.el
This commit is contained in:
parent
16005b714f
commit
e07753d8fa
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
|||
;; Function to tangle the org file
|
||||
(defun tangle-org-config ()
|
||||
(require 'org)
|
||||
(org-babel-tangle-file org-config-file)
|
||||
(load tangled-init-file))
|
||||
(org-babel-tangle-file org-config-file))
|
||||
|
||||
;; Check if config.org is newer than init.el and tangle if necessary
|
||||
(when (file-newer-than-file-p org-config-file tangled-init-file)
|
||||
|
|
Loading…
Reference in a new issue