File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ default: &default-steps
17
17
18
18
# Enumerated list of Emacs versions
19
19
jobs :
20
- test-emacs-25 :
21
- docker :
22
- - image : silex/emacs:25-ci-cask
23
- entrypoint : bash
24
- << : *default-steps
25
20
26
21
test-emacs-26 :
27
22
docker :
Original file line number Diff line number Diff line change 7
7
- [ #470 ] ( https://github.com/clojure-emacs/clj-refactor.el/issues/470 ) : Choose ` deps.edn ` over ` pom.xml ` as project file.
8
8
- Introduce ` defcustom cljr-insert-newline-after-require ` option.
9
9
- Introduce ` defcustom cljr-injected-middleware-version ` option, allowing users to customize the [ refactor-nrepl] ( https://github.com/clojure-emacs/refactor-nrepl ) version to be used.
10
+ - Dropped support for Emacs 25 (to match CIDER).
10
11
11
12
## 2.5.1 (2021-02-16)
12
13
Original file line number Diff line number Diff line change 10
10
; ; Version: 2.5.1
11
11
; ; Keywords: convenience, clojure, cider
12
12
13
- ; ; Package-Requires: ((emacs "25 .1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.9") (cider "1.0") (parseedn "0.2 ") (inflections "2.3") (hydra "0.13.2"))
13
+ ; ; Package-Requires: ((emacs "26 .1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.9") (cider "1.0") (parseedn "1.0.4 ") (inflections "2.3") (hydra "0.13.2"))
14
14
15
15
; ; This program is free software; you can redistribute it and/or
16
16
; ; modify it under the terms of the GNU General Public License
31
31
32
32
; ;; Code:
33
33
34
- ; ; HACK: In Emacs 25.1, an older version of seq.el is provided, which can be
35
- ; ; loaded before jade or even package.el. If this happens, the feature `seq'
36
- ; ; being already provided, the correct version of seq.el won't get loaded.
37
34
(require 'seq )
38
- (unless (fboundp 'seq-map-indexed )
39
- (require 'seq-25 ))
40
35
41
36
(require 'clj-refactor-compat )
42
37
(require 'yasnippet )
You can’t perform that action at this time.
0 commit comments