diff options
| author | Adam Porter <adam@alphapapa.net> | 2025-11-18 22:24:34 -0600 |
|---|---|---|
| committer | Adam Porter <adam@alphapapa.net> | 2025-11-18 22:24:34 -0600 |
| commit | 5025962126d140a7e26d36c3a2750bf4ff0bfd45 (patch) | |
| tree | 2c027e3ac3c1659a0e247649723e17fa420afde5 | |
| parent | a4ce6ce854807fe284da41f6d5292edb26c7f983 (diff) | |
Meta: Reduce required Emacs version to 28.2externals/activities
Closes #153. Thanks to Robert Weiner (@rswgnu).
| -rw-r--r-- | README.org | 3 | ||||
| -rw-r--r-- | activities.el | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -173,6 +173,9 @@ The sort order when completing activities can be configured using ~activities-so *Fixes* + Don't try to compute true filenames for remote files. (See [[https://github.com/alphapapa/activities.el/issues/130][#130]], [[https://github.com/alphapapa/activities.el/pull/133][#133]]. Thanks to [[https://github.com/jdtsmith][JD Smith]].) +*Compatibility* ++ Required Emacs version reduced to 28.2. ([[https://github.com/alphapapa/activities.el/issues/153][#153]]. Thanks to [[https://github.com/rswgnu][Robert Weiner]].) + ** v0.7.2 *Fixes* diff --git a/activities.el b/activities.el index abb2744..6e7ce9a 100644 --- a/activities.el +++ b/activities.el @@ -7,7 +7,7 @@ ;; URL: https://github.com/alphapapa/activities.el ;; Keywords: convenience ;; Version: 0.8-pre -;; Package-Requires: ((emacs "29.1") (persist "0.6")) +;; Package-Requires: ((emacs "28.2") (persist "0.6")) ;; 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 |
