branch: externals/leaf
commit c72d79c88eae75746df5272e28413624bb5f114c
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>
require Emacs-24.1 instead of Emacs-24.4
---
.github/workflows/test.yml | 3 +++
leaf.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8a90e6c..437a289 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,6 +10,9 @@ jobs:
fail-fast: false
matrix:
emacs_version:
+ - '24.1'
+ - '24.2'
+ - '24.3'
- '24.4'
- '24.5'
- '25.1'
diff --git a/leaf.el b/leaf.el
index 4f3b9f0..72bd4f4 100644
--- a/leaf.el
+++ b/leaf.el
@@ -7,7 +7,7 @@
;; Keywords: lisp settings
;; Version: 4.3.0
;; URL: https://github.com/conao3/leaf.el
-;; Package-Requires: ((emacs "24.4"))
+;; Package-Requires: ((emacs "24.1"))
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by