diff options
author | EuAndreh <eu@euandre.org> | 2018-03-26 10:25:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-03-26 10:25:32 -0300 |
commit | b8ce3ab2b440826027f9ab913ff835b66742d014 (patch) | |
tree | 7e0827ecca4d8b8d10a533f747f96f6b6500e8ea | |
parent | Add generated backup files (diff) | |
download | dotfiles-b8ce3ab2b440826027f9ab913ff835b66742d014.tar.gz dotfiles-b8ce3ab2b440826027f9ab913ff835b66742d014.tar.xz |
Add more Clojure indentation rules
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 14ba802..339ba68 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -471,9 +471,11 @@ It is called immediately after `dotspacemacs/init', before layer configuration (div 1) (button 1) (span 1) + (svg 1) (options 1) (for-all 1) (fdef 1) + (action 1) (as-user 3) (constraint-fn 1))) |