From 491d9e173bc6feeadd37078eff155ed38c3e5a18 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 27 Aug 2025 17:06:31 -0400 Subject: [PATCH] No-defer to load pure customizations --- main.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.org b/main.org index 229405e..c8a34da 100644 --- a/main.org +++ b/main.org @@ -99,6 +99,7 @@ Ensure that the =custom.el= resides in the users' emacs directory. #+begin_src elisp :tangle yes :exports code (leaf custom-el + :leaf-defer nil :config ;; Ensure custom writes to specific file (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) @@ -111,6 +112,7 @@ Set the backups directory to reside in the users' emacs directory. #+begin_src elisp :tangle yes :exports code (leaf backup + :leaf-defer nil :config ;; Change the location of file backups/locks into the emacs.d/backups/ (setq backup-directory-alist @@ -134,6 +136,7 @@ Visual Theme of Emacs config: defined in the =themes= directory. #+begin_src elisp :tangle yes :exports code (leaf visual + :leaf-defer nil :doc "Visual Changes to Emacs" :tag "builtin" "internal" :custom ((menu-bar-mode . nil)