diff options
author | EuAndreh <eu@euandre.org> | 2018-10-22 13:28:02 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-10-22 13:28:02 -0200 |
commit | 6bc415255e121e70d6af3a0d60692867336ad4ea (patch) | |
tree | 1f5e82095c840bd076b5fc37f41993b204fccf7c | |
parent | Add repo to mrconfig. (diff) | |
download | dotfiles-6bc415255e121e70d6af3a0d60692867336ad4ea.tar.gz dotfiles-6bc415255e121e70d6af3a0d60692867336ad4ea.tar.xz |
Add indentation configuration for facts.
-rw-r--r-- | spacemacs.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index a500a32..0a012ed 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -549,7 +549,10 @@ dump." (without-logs 0) (tabular 'defun) - (for-all 'defun))) + (for-all 'defun) + + (facts 1) + (fact 1))) (defun euandreh/clear-repl-and-eval () (interactive) |