Skip to content

Commit 0da4c1d

Browse files
committed
Bump the required Emacs version to 30
This simplifies the maintenance and ensure most users will get optimal experience with the mode.
1 parent 7543284 commit 0da4c1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-emacs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
strategy:
3838
matrix:
39-
emacs_version: ['29.1']
39+
emacs_version: ['30.1']
4040

4141
steps:
4242
- name: Set up Emacs

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Those will be addressed over the time, as more and more people use `clojure-ts-m
5555

5656
### Requirements
5757

58-
For `clojure-ts-mode` to work, you need Emacs 29+ built with TreeSitter support.
58+
For `clojure-ts-mode` to work, you need Emacs 30+ built with TreeSitter support.
5959
To check if your Emacs supports tree sitter run the following (e.g. by using `M-:`):
6060

6161
``` emacs-lisp

clojure-ts-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
88
;; Keywords: languages clojure clojurescript lisp
99
;; Version: 0.2.3
10-
;; Package-Requires: ((emacs "29.1"))
10+
;; Package-Requires: ((emacs "30"))
1111

1212
;; This file is not part of GNU Emacs.
1313

0 commit comments

Comments
 (0)