λ macro => λ!
This commit is contained in:
parent
aa26332d00
commit
045e7a6971
8 changed files with 70 additions and 70 deletions
|
@ -7,7 +7,7 @@
|
|||
(defmacro with-eval-after-load (file &rest body)
|
||||
`(eval-after-load ,file (lambda () ,@body))))
|
||||
|
||||
(defmacro λ (&rest body)
|
||||
(defmacro λ! (&rest body)
|
||||
"A shortcut for: `(lambda () (interactive) ,@body)"
|
||||
`(lambda () (interactive) ,@body))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue