diff options
author | EuAndreh <eu@euandre.org> | 2018-07-19 19:11:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-19 19:12:06 -0300 |
commit | 85b874e26ceab61b1ba04ebe11311b31e2f20d06 (patch) | |
tree | 9bd20bad43248f17e0f91162cdc05a6d4fba520f | |
parent | Set mml-secure-safe-bcc-list (diff) | |
download | dotfiles-85b874e26ceab61b1ba04ebe11311b31e2f20d06.tar.gz dotfiles-85b874e26ceab61b1ba04ebe11311b31e2f20d06.tar.xz |
tweak Clojure indentation
-rw-r--r-- | spacemacs.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index e8baec2..5b9eac7 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -532,7 +532,9 @@ dump." (svg 'defun) (options 'defun) - (action 1))) + (action 1) + + (tabular 'defun))) (defun euandreh/clear-repl-and-eval () (interactive) |