mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix accidental cl.el dependency error
This commit is contained in:
@ -167,8 +167,8 @@ reloads.")
|
||||
(require 'core-defuns)
|
||||
(let ((paths (eval-when-compile (doom-reload))))
|
||||
(setq load-path (car paths)
|
||||
custom-theme-load-path (cadr paths)
|
||||
doom-packages (caddr paths)))
|
||||
custom-theme-load-path (nth 1 paths)
|
||||
doom-packages (nth 2 paths)))
|
||||
|
||||
;; 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
|
||||
|
Reference in New Issue
Block a user