Change emacs version
This commit is contained in:
parent
5ac22ced29
commit
c4b79b2829
2 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: ["20"]
|
node: ["20"]
|
||||||
emacs-version: ["snapshot", "28.2", "29.1"]
|
emacs-version: ["snapshot", "28.2", "29.4"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
|
|
@ -67,4 +67,7 @@
|
||||||
:sort nil
|
:sort nil
|
||||||
:action counsel-projectile-find-file-action
|
:action counsel-projectile-find-file-action
|
||||||
:caller 'counsel-projectile-find-file)))
|
:caller 'counsel-projectile-find-file)))
|
||||||
|
;; Local Variables:
|
||||||
|
;; no-byte-compile: t
|
||||||
|
;; End:
|
||||||
;;; test-counsel-projectile.el ends here
|
;;; test-counsel-projectile.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue