diff --git a/core/core.el b/core/core.el index 4da84da45..5d5ae0179 100644 --- a/core/core.el +++ b/core/core.el @@ -2,7 +2,8 @@ (eval-when-compile (and (version< emacs-version "25") - (error "Doom only supports Emacs 25.1 and higher!"))) + (error "Detected Emacs %s. Doom only supports Emacs 25.1 and higher" + emacs-version))) ;; (defvar doom-version "2.0.9"