From e892d40315b678d57b295603215b47ac68334a87 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 11 Jul 2018 12:49:56 -0300 Subject: Add global `comment` macro --- spacemacs.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index 10c08bb..be3efab 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -557,6 +557,9 @@ dump." ,@body (- (float-time) ,start)))) +(defmacro comment (&rest body) + nil) + (defun recompile-el-files () (dolist (path custom-el-files) (when (file-exists-p path) -- cgit v1.2.3