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
1717
1818# Enumerated list of Emacs versions
1919jobs :
20- test-emacs-25 :
21- docker :
22- - image : silex/emacs:25-ci-cask
23- entrypoint : bash
24- << : *default-steps
2520
2621 test-emacs-26 :
2722 docker :
Original file line number Diff line number Diff line change 77- [ #470 ] ( https://github.com/clojure-emacs/clj-refactor.el/issues/470 ) : Choose ` deps.edn ` over ` pom.xml ` as project file.
88- Introduce ` defcustom cljr-insert-newline-after-require ` option.
99- 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).
1011
1112## 2.5.1 (2021-02-16)
1213
Original file line number Diff line number Diff line change 1010; ; Version: 2.5.1
1111; ; Keywords: convenience, clojure, cider
1212
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"))
1414
1515; ; This program is free software; you can redistribute it and/or
1616; ; modify it under the terms of the GNU General Public License
3131
3232; ;; Code:
3333
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.
3734(require 'seq )
38- (unless (fboundp 'seq-map-indexed )
39- (require 'seq-25 ))
4035
4136(require 'clj-refactor-compat )
4237(require 'yasnippet )
You can’t perform that action at this time.
0 commit comments