From dc99696800927132e6f5447687b3887ddf0699d4 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 4 Jul 2024 14:25:45 +0200 Subject: [PATCH] Update .emacs.d/init.el --- private_dot_emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/private_dot_emacs.d/init.el b/private_dot_emacs.d/init.el index 18659a7..40c4d75 100644 --- a/private_dot_emacs.d/init.el +++ b/private_dot_emacs.d/init.el @@ -5,7 +5,8 @@ ;; Function to tangle the org file (defun tangle-org-config () (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 (when (file-newer-than-file-p org-config-file tangled-init-file)