Skip to content

Commit 147bf84

Browse files
committed
Tweak code style
1 parent 8073725 commit 147bf84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clojure-mode.el

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,9 +1130,10 @@ will align the values like this:
11301130
:safe #'listp
11311131
:type '(repeat string))
11321132

1133-
(defcustom clojure-align-cond-forms '("condp" "cond" "cond->" "cond->>" "case" "are"
1134-
"clojure.core/condp" "clojure.core/cond" "clojure.core/cond->"
1135-
"clojure.core/cond->>" "clojure.core/case" "clojure.test/are")
1133+
(defcustom clojure-align-cond-forms
1134+
'("condp" "cond" "cond->" "cond->>" "case" "are"
1135+
"clojure.core/condp" "clojure.core/cond" "clojure.core/cond->"
1136+
"clojure.core/cond->>" "clojure.core/case" "clojure.test/are")
11361137
"List of strings identifying cond-like forms."
11371138
:package-version '(clojure-mode . "5.1")
11381139
:safe #'listp

0 commit comments

Comments
 (0)