emacs-是否可以将defs与clojure模式对齐?

时间:2018-12-11 22:03:10

标签: emacs clojure indentation

我希望能够对齐以下内容:

(def first-thing "some text")
(def second-longer-thing (str first-thing ", yep"))

像这样:

(def first-thing         "some text")
(def second-longer-thing (str first-thing ", yep"))

clojure模式可以这样做吗?它似乎具有相当强大的缩进能力。

0 个答案:

没有答案