From b16996ea51fe03e22abb360906062f0aafa38cc8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 7 Jun 2025 18:58:37 +0200 Subject: [PATCH] Update initial version warning Still mentioned Emacs 29 here, oops! --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 0dd2847..9c13904 100644 --- a/init.el +++ b/init.el @@ -23,7 +23,7 @@ ;; * Preliminaries (constants and path settings) (when (version< emacs-version "30") - (error "Emacs version is too old! We need at least Emacs 29, but this is %s" + (error "Emacs version is too old! We need at least Emacs 30, but this is %s" emacs-version)) (defconst emacs-d (file-name-directory