We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcd0e5 commit 90ef0b0Copy full SHA for 90ef0b0
.github/workflows/test.yml
@@ -19,12 +19,14 @@ jobs:
19
- 27.1
20
- 27.2
21
- 28.1
22
+ - 28.2
23
+ - 29.1
24
- snapshot
25
fail-fast: false
26
steps:
27
- uses: actions/checkout@v3
28
- name: Set up Emacs
- uses: purcell/setup-emacs@v3.0
29
+ uses: purcell/setup-emacs@master
30
with:
31
version: ${{ matrix.emacs_version }}
32
move-text.el
@@ -1,4 +1,4 @@
1
-;;; move-text.el --- Move current line or region with M-up or M-down.
+;;; move-text.el --- Move current line or region with M-up or M-down. -*- lexical-binding: t; -*-
2
3
;; filename: move-text.el
4
;; Description: Move current line or region with M-up or M-down.
0 commit comments