No-defer to load pure customizations

This commit is contained in:
David
2025-08-27 17:06:31 -04:00
parent 707ae8ed9e
commit 491d9e173b

View File

@@ -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)