Skip to content

Commit 3e9c6d1

Browse files
vemvbbatsov
authored andcommitted
1 parent 5fab97d commit 3e9c6d1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### Changes
6+
7+
* Declare indentation for the `async` ClojureScript macro.
8+
59
## 5.17.0 (2023-09-11)
610

711
### Changes

clojure-mode.el

+1
Original file line numberDiff line numberDiff line change
@@ -1876,6 +1876,7 @@ work). To set it from Lisp code, use
18761876
(deftest :defn)
18771877
(are 2)
18781878
(use-fixtures :defn)
1879+
(async 1)
18791880

18801881
;; core.logic
18811882
(run :defn)

0 commit comments

Comments
 (0)