Load cl-lib sooner (address #67)
This commit is contained in:
parent
5add3c3805
commit
8422cbd172
2 changed files with 1 additions and 2 deletions
|
@ -154,6 +154,7 @@ enable multiple minor modes for the same regexp.")
|
|||
gc-cons-percentage 0.6)
|
||||
|
||||
(let (file-name-handler-list)
|
||||
(require 'cl-lib)
|
||||
(eval-and-compile
|
||||
(require 'core-packages (concat doom-core-dir "core-packages")))
|
||||
(eval-when-compile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue