clojure-emacs / clojure-emacs/clojure-mode

cond-> indenting incompatible with common nested -> use case

Open
#419 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
1k
Forks
249
PR merge metrics
No merged PRs in 30d

Description

## Expected behavior
```clojure
(-> obj
(cond->
pred1
(do-a-thing)
pred2
(do-another-thing)))
```
## Actual behavior
```clojure
(-> obj
(cond->
pred1
(do-a-thing)
pred2
(do-another-thing)))
```

## Environment & Version information

### clojure-mode version information
```
clojure-mode (version 5.5.2)
```
### Emacs version
24.5.1
### Operating system
Mac OS X El Capitan 10.11.3

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.