From e07753d8fa1716a43a0829a968c5314f83b706a1 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 5 Jul 2024 03:03:21 +0200 Subject: [PATCH] Update .emacs.d/early-init.el --- private_dot_emacs.d/early-init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/private_dot_emacs.d/early-init.el b/private_dot_emacs.d/early-init.el index 0d8150b..8cb4ac1 100644 --- a/private_dot_emacs.d/early-init.el +++ b/private_dot_emacs.d/early-init.el @@ -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)