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