No-defer to load pure customizations
This commit is contained in:
3
main.org
3
main.org
@@ -99,6 +99,7 @@ Ensure that the =custom.el= resides in the users' emacs directory.
|
|||||||
|
|
||||||
#+begin_src elisp :tangle yes :exports code
|
#+begin_src elisp :tangle yes :exports code
|
||||||
(leaf custom-el
|
(leaf custom-el
|
||||||
|
:leaf-defer nil
|
||||||
:config
|
:config
|
||||||
;; Ensure custom writes to specific file
|
;; Ensure custom writes to specific file
|
||||||
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
|
(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
|
#+begin_src elisp :tangle yes :exports code
|
||||||
(leaf backup
|
(leaf backup
|
||||||
|
:leaf-defer nil
|
||||||
:config
|
:config
|
||||||
;; Change the location of file backups/locks into the emacs.d/backups/
|
;; Change the location of file backups/locks into the emacs.d/backups/
|
||||||
(setq backup-directory-alist
|
(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
|
#+begin_src elisp :tangle yes :exports code
|
||||||
(leaf visual
|
(leaf visual
|
||||||
|
:leaf-defer nil
|
||||||
:doc "Visual Changes to Emacs"
|
:doc "Visual Changes to Emacs"
|
||||||
:tag "builtin" "internal"
|
:tag "builtin" "internal"
|
||||||
:custom ((menu-bar-mode . nil)
|
:custom ((menu-bar-mode . nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user