From 55490fffd42ae7d4671ce409214a3fcd0868d791 Mon Sep 17 00:00:00 2001 From: Akhil Wali Date: Mon, 12 Aug 2024 22:14:54 +1200 Subject: [PATCH] Set recommended Emacs version to 26.3 --- .github/README.md | 2 +- god-mode-isearch.el | 2 +- god-mode.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index e6b95aa..1773647 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,7 +4,7 @@ [![melpa-stable-badge][melpa-stable-badge]][melpa-stable-link] [![gh-actions-badge][gh-actions-badge]][gh-actions-link] -_NOTE_: This package requires Emacs 26.1 to work well. +_NOTE_: This package requires Emacs 26.3 to work well. This is a global minor mode for entering Emacs commands without modifier keys. It's similar to Vim's separation of command mode and diff --git a/god-mode-isearch.el b/god-mode-isearch.el index 09345b8..d844547 100644 --- a/god-mode-isearch.el +++ b/god-mode-isearch.el @@ -6,7 +6,7 @@ ;; Author: Chris Done ;; URL: https://github.com/emacsorphanage/god-mode ;; Version: 2.18.0 -;; Package-Requires: ((emacs "26.1")) +;; Package-Requires: ((emacs "26.3")) ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/god-mode.el b/god-mode.el index ef230ff..9a5ad7a 100644 --- a/god-mode.el +++ b/god-mode.el @@ -10,7 +10,7 @@ ;; Author: Chris Done ;; URL: https://github.com/emacsorphanage/god-mode ;; Version: 2.18.0 -;; Package-Requires: ((emacs "26.1")) +;; Package-Requires: ((emacs "26.3")) ;; This file is not part of GNU Emacs.