From 575376687fe7af45c72d9f1d4c0ab2b8a69dc264 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 20 May 2017 18:16:12 +0200 Subject: [PATCH] Delegate version checks to bin/doctor --- core/core.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/core.el b/core/core.el index 72703e258..a2fdf2bf4 100644 --- a/core/core.el +++ b/core/core.el @@ -1,9 +1,5 @@ ;;; core.el --- The heart of the beast -(eval-when-compile - (when (version< emacs-version "25.1") - (error "Emacs v%s detected, DOOM only supports >25.1" emacs-version))) - ;;; Naming conventions: ;; ;; doom-... public variables or functions (non-interactive)