Add link to StackOverflow

This commit is contained in:
Bram Schoenmakers 2022-12-13 18:09:26 +01:00
parent 7335c0fc95
commit a236e2cd2f

View file

@ -301,6 +301,9 @@ My vertico-repeat setup.
")")))))
,#+end_example
* Define a lambda in a let expression
:PROPERTIES:
:URL: https://stackoverflow.com/questions/36039840/elisp-bind-a-lambda-in-a-let-and-execute-it
:END:
#+begin_src elisp :tangle gists/let-lambda.el
(let ((f (lambda (s) (message s))))