Ensure site subdirs.el are loaded
This commit is contained in:
parent
4dab595ad3
commit
03c6a352bf
1 changed files with 5 additions and 0 deletions
5
bin/doom
5
bin/doom
|
@ -71,6 +71,11 @@
|
|||
;; HACK Load `cl' and site files manually to prevent polluting logs and stdout
|
||||
;; with deprecation and/or file load messages.
|
||||
(quiet! (if EMACS27+ (require 'cl))
|
||||
(let ((tail load-path))
|
||||
(while tail
|
||||
(let ((default-directory (car tail)))
|
||||
(load (expand-file-name "subdirs.el") t t t)
|
||||
(setq tail (cdr tail)))))
|
||||
(load "site-start" t t))
|
||||
|
||||
(kill-emacs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue