Add lambda template for SLIME REPL

This commit is contained in:
contrapunctus 2022-02-24 21:25:00 +05:30
parent 2a929c87c7
commit 5a4afe9579
1 changed files with 1 additions and 0 deletions

View File

@ -22,3 +22,4 @@ slime-repl-mode
(qq "(ql:quickload '(:" (p "packages") "))")
(ip "(in-package :" (p "package") ")")
(l "(lambda (" (p "arguments") ") " (p "forms") ")")