Skip to content

Commit f2ea1f7

Browse files
committed
Add "are" to the default value of clojure-align-cond-forms
1 parent 48e123d commit f2ea1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ will align the values like this:
770770
:package-version '(clojure-mode . "5.1")
771771
:type '(repeat string))
772772

773-
(defcustom clojure-align-cond-forms '("condp" "cond" "cond->" "cond->>" "case")
773+
(defcustom clojure-align-cond-forms '("condp" "cond" "cond->" "cond->>" "case" "are")
774774
"List of strings identifying cond-like forms."
775775
:package-version '(clojure-mode . "5.1")
776776
:type '(repeat string))

0 commit comments

Comments
 (0)