We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9c418 commit f825d6aCopy full SHA for f825d6a
clojure-mode.el
@@ -718,7 +718,9 @@ like this:
718
:package-version '(clojure-mode . "5.1")
719
:type 'boolean)
720
721
-(defcustom clojure-align-binding-forms '("let" "when-let" "if-let" "binding" "loop" "with-open")
+(defcustom clojure-align-binding-forms
722
+ '("let" "when-let" "when-some" "if-let" "if-some" "binding" "loop"
723
+ "doseq" "for" "with-open" "with-local-vars" "with-redefs")
724
"List of strings matching forms that have binding forms."
725
726
:type '(repeat string))
0 commit comments