diff options
-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) |