diff --git a/lisp/doom.el b/lisp/doom.el index 00e5f2cad..5d5b61e64 100644 --- a/lisp/doom.el +++ b/lisp/doom.el @@ -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.