Load cl-lib sooner (address #67)
This commit is contained in:
parent
5add3c3805
commit
8422cbd172
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
;;; core-lib.el
|
;;; core-lib.el
|
||||||
|
|
||||||
(require 'cl-lib)
|
|
||||||
|
|
||||||
;; I don't use use-package for these to save on the `fboundp' lookups it does
|
;; I don't use use-package for these to save on the `fboundp' lookups it does
|
||||||
;; for its :commands property. I use dolists instead of mapc to avoid extra
|
;; for its :commands property. I use dolists instead of mapc to avoid extra
|
||||||
;; stackframes allocated for lambdas. This is _definitely_ premature
|
;; stackframes allocated for lambdas. This is _definitely_ premature
|
||||||
|
|
|
@ -154,6 +154,7 @@ enable multiple minor modes for the same regexp.")
|
||||||
gc-cons-percentage 0.6)
|
gc-cons-percentage 0.6)
|
||||||
|
|
||||||
(let (file-name-handler-list)
|
(let (file-name-handler-list)
|
||||||
|
(require 'cl-lib)
|
||||||
(eval-and-compile
|
(eval-and-compile
|
||||||
(require 'core-packages (concat doom-core-dir "core-packages")))
|
(require 'core-packages (concat doom-core-dir "core-packages")))
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue