diff options
author | EuAndreh <eu@euandre.org> | 2018-07-11 12:49:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-11 12:49:56 -0300 |
commit | e892d40315b678d57b295603215b47ac68334a87 (patch) | |
tree | 2de3327749550c826aad5ca1c337c5a0bdf69929 | |
parent | Do not autoresume layouts, instead, manually load it from cached file (diff) | |
download | dotfiles-e892d40315b678d57b295603215b47ac68334a87.tar.gz dotfiles-e892d40315b678d57b295603215b47ac68334a87.tar.xz |
Add global `comment` macro
-rw-r--r-- | spacemacs.el | 3 |
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) |