Browse Source

Improve version check

custom
Bozhidar Batsov 12 years ago
parent
commit
05c5a52d22
  1. 2
      init.el

2
init.el

@ -39,7 +39,7 @@
(message "Prelude is powering up... Be patient, Master %s!" current-user)
(when (version< emacs-version "24.1")
(error "Prelude requires at least GNU Emacs 24.1"))
(error "Prelude requires at least GNU Emacs 24.1, but you're running %s" emacs-version))
(defvar prelude-dir (file-name-directory load-file-name)
"The root dir of the Emacs Prelude distribution.")

Loading…
Cancel
Save