From 13f5221395ed8db59f5bb70485ff58c2bad85004 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 21 Sep 2023 15:07:32 -0400 Subject: [PATCH] Bump required Emacs version --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 40c10c0..5d5c43d 100644 --- a/init.el +++ b/init.el @@ -2,7 +2,7 @@ ;; Author: Jessie Hildebrandt ;; Homepage: https://gitlab.com/jessieh/dot-emacs -;; Package-Requires: ((emacs "28.1")) +;; Package-Requires: ((emacs "29.1")) ;; This file is not part of GNU Emacs. @@ -10,7 +10,7 @@ ;; jessieh's (Mostly) Portable Emacs Config ;; -;; This configuration file was designed to work with Emacs 28.1, and will not +;; This configuration file was designed to work with Emacs 29.1, and will not ;; work with earlier versions. You should probably have native-comp enabled. ;; ;; This file will automatically generate an early-init.el file upon first run,