From 562d80513687a194593fcadac49abf23a1e7bc93 Mon Sep 17 00:00:00 2001 From: Amos Bird Date: Thu, 1 Feb 2018 14:46:17 +0800 Subject: [PATCH] Sensible alias --- core/core-lib.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-lib.el b/core/core-lib.el index c1e4d6b89..dcf94ba33 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -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."