Fix accidental cl.el dependency error
This commit is contained in:
parent
ee94db2678
commit
2231bf25df
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ reloads.")
|
||||||
(require 'core-defuns)
|
(require 'core-defuns)
|
||||||
(let ((paths (eval-when-compile (doom-reload))))
|
(let ((paths (eval-when-compile (doom-reload))))
|
||||||
(setq load-path (car paths)
|
(setq load-path (car paths)
|
||||||
custom-theme-load-path (cadr paths)
|
custom-theme-load-path (nth 1 paths)
|
||||||
doom-packages (caddr paths)))
|
doom-packages (nth 2 paths)))
|
||||||
|
|
||||||
;; Many functions are lazy-loaded. The autoloads.el file contains info on where
|
;; Many functions are lazy-loaded. The autoloads.el file contains info on where
|
||||||
;; to find them if they're called. Tries to generate autoloads.el if one isn't
|
;; to find them if they're called. Tries to generate autoloads.el if one isn't
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue