Sensible alias

This commit is contained in:
Amos Bird 2018-02-01 14:46:17 +08:00 committed by GitHub
parent 4dbca5b21f
commit 562d805136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,8 @@
(declare (doc-string 1))
`(lambda () (interactive) ,@body))
(defalias 'lambda! 'λ!)
(defmacro after! (feature &rest forms)
"A smart wrapper around `with-eval-after-load'. Supresses warnings during
compilation."