aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el3
1 files changed, 3 insertions, 0 deletions
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)