diff options
| author | EuAndreh <eu@euandre.org> | 2018-08-15 12:36:47 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-08-15 12:36:47 -0300 |
| commit | 2a7ba06c67f42572d7d8a5ed6a805d81c4f7c8f3 (patch) | |
| tree | fd3594593a2f2bbaec8948c2e38ad451f5634272 | |
| parent | Add systemd layer. (diff) | |
| download | dotfiles-2a7ba06c67f42572d7d8a5ed6a805d81c4f7c8f3.tar.gz dotfiles-2a7ba06c67f42572d7d8a5ed6a805d81c4f7c8f3.tar.xz | |
Add custom Clojure indentation rules.
| -rw-r--r-- | spacemacs.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 4651fdc..1cdee5f 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -534,7 +534,13 @@ dump." (svg 'defun) (options 'defun) + (pipeline 1) + (stage 1) + (job 1) + + (action 1) + (without-logs 0) (tabular 'defun) (for-all 'defun))) |
