Fork me on GitHub
#emacs
<
2018-07-06
>
callum05:07:39

Just tried to modify clojure-aligns to work with let-flow from manifold.deferred with

(add-to-list 'clojure-align-binding-forms "let-flow")
I was surprised to see that this will not work if I'm calling it with a namespace alias e.g. d/let-flow Does anyone know if this is the desired functionality?

bozhidar21:07:33

@callum I have to check the code. Maybe it’s an oversight of ours, as all the default forms are in the core namespace.

bozhidar21:07:58

You can file a ticket in clojure-mode, so we won’t forget to look into this.

bubblebobble 4