Skip to content

Commit e66ae21

Browse files
authored
fix: Drop support for Emacs 26.x (#163)
1 parent 00a5c9f commit e66ae21

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
emacs-version:
14-
- 26.3
1514
- 27.2
1615
- 28.2
1716
- 29.1

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(source "gnu")
1515
(source "melpa")
1616

17-
(depends-on "emacs" "26.1")
17+
(depends-on "emacs" "27.1")
1818
(depends-on "dash")
1919
(depends-on "f")
2020
(depends-on "ht")

lsp-treemacs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Ivan Yonchovski
66
;; Keywords: languages
7-
;; Package-Requires: ((emacs "26.1") (dash "2.18.0") (f "0.20.0") (ht "2.0") (treemacs "2.5") (lsp-mode "6.0"))
7+
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (f "0.20.0") (ht "2.0") (treemacs "2.5") (lsp-mode "6.0"))
88
;; Homepage: https://github.com/emacs-lsp/lsp-treemacs
99
;; Version: 0.4
1010

0 commit comments

Comments
 (0)