Skip to content

Commit b9a51d7

Browse files
committed
Remove special indentation settings for defstruct, struct-map and assoc
1 parent dbe3e4d commit b9a51d7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* Removed `inferior-lisp` integration in favor of `inf-clojure`.
88
* Indent the body of `cond` with 2 spaces.
9+
* Remove special indentation settings for `defstruct`, `struct-map` and `assoc`.
910

1011
## 3.0.1 (24/11/2014)
1112

clojure-mode.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -839,11 +839,6 @@ it from Lisp code, use (put-clojure-indent 'some-symbol 'defun)."
839839
(when-some 1)
840840
(if-some 1)
841841

842-
;; data structures
843-
(defstruct 1)
844-
(struct-map 1)
845-
(assoc 1)
846-
847842
(defmethod 'defun)
848843

849844
;; clojure.test

0 commit comments

Comments
 (0)