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:
Henrik Lissner 2022-09-15 23:41:02 +02:00
parent e411762e8c
commit aa53ad2c1b
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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.