branch: elpa/clojure-ts-mode
commit 0da4c1d15fc8a8847e08cf84283b660c3b147b6f
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Bump the required Emacs version to 30
This simplifies the maintenance and ensure most users will get optimal
experience with the mode.
---
.github/workflows/lint-emacs.yml | 2 +-
README.md | 2 +-
clojure-ts-mode.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/lint-emacs.yml b/.github/workflows/lint-emacs.yml
index 266add8657..2483fb942c 100644
--- a/.github/workflows/lint-emacs.yml
+++ b/.github/workflows/lint-emacs.yml
@@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
- emacs_version: ['29.1']
+ emacs_version: ['30.1']
steps:
- name: Set up Emacs
diff --git a/README.md b/README.md
index fafc6ba0c0..f4e53efd65 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Those will be addressed over the time, as more and more
people use `clojure-ts-m
### Requirements
-For `clojure-ts-mode` to work, you need Emacs 29+ built with TreeSitter
support.
+For `clojure-ts-mode` to work, you need Emacs 30+ built with TreeSitter
support.
To check if your Emacs supports tree sitter run the following (e.g. by using
`M-:`):
``` emacs-lisp
diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el
index a5e24f08fe..1b689ea56a 100644
--- a/clojure-ts-mode.el
+++ b/clojure-ts-mode.el
@@ -7,7 +7,7 @@
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
;; Keywords: languages clojure clojurescript lisp
;; Version: 0.2.3
-;; Package-Requires: ((emacs "29.1"))
+;; Package-Requires: ((emacs "30"))
;; This file is not part of GNU Emacs.