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
|
||||
(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)
|
||||
|
||||
Reference in New Issue
Block a user