diff options
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index e8baec2..5b9eac7 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -532,7 +532,9 @@ dump." (svg 'defun) (options 'defun) - (action 1))) + (action 1) + + (tabular 'defun))) (defun euandreh/clear-repl-and-eval () (interactive) |