aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-11 12:49:56 -0300
committerEuAndreh <eu@euandre.org>2018-07-11 12:49:56 -0300
commite892d40315b678d57b295603215b47ac68334a87 (patch)
tree2de3327749550c826aad5ca1c337c5a0bdf69929 /spacemacs.el
parentDo not autoresume layouts, instead, manually load it from cached file (diff)
downloaddotfiles-e892d40315b678d57b295603215b47ac68334a87.tar.gz
dotfiles-e892d40315b678d57b295603215b47ac68334a87.tar.xz
Add global `comment` macro
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)