From 6bc415255e121e70d6af3a0d60692867336ad4ea Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 22 Oct 2018 13:28:02 -0200 Subject: Add indentation configuration for facts. --- spacemacs.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spacemacs.el') 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) -- cgit v1.2.3