fix: load subr-x at compile-time in doom.el
This is more to nip 27.x issues in the bud, where fewer of subr-x's macros are autoloaded.
This commit is contained in:
parent
e411762e8c
commit
aa53ad2c1b
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
;; offensive) optimizations, and load the minimum for all Doom sessions.
|
||||
;;
|
||||
;;; Code:
|
||||
(eval-when-compile (require 'subr-x))
|
||||
|
||||
;;; Version checks
|
||||
(eval-and-compile ; Check version at both compile and runtime.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue