标签: emacs clojure indentation
我希望能够对齐以下内容:
(def first-thing "some text") (def second-longer-thing (str first-thing ", yep"))
像这样:
clojure模式可以这样做吗?它似乎具有相当强大的缩进能力。