aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-10-22 13:28:02 -0200
committerEuAndreh <eu@euandre.org>2018-10-22 13:28:02 -0200
commit6bc415255e121e70d6af3a0d60692867336ad4ea (patch)
tree1f5e82095c840bd076b5fc37f41993b204fccf7c /spacemacs.el
parentAdd repo to mrconfig. (diff)
downloaddotfiles-6bc415255e121e70d6af3a0d60692867336ad4ea.tar.gz
dotfiles-6bc415255e121e70d6af3a0d60692867336ad4ea.tar.xz
Add indentation configuration for facts.
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el5
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)