Add templates for Common Lisp reader conditionals

This commit is contained in:
contrapunctus 2022-07-18 20:12:46 +05:30
parent c18c1ad5e5
commit 063e5561bf
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ slime-repl-mode lisp-mode
(up "(use-package (" (p "package") "))")
(ip "(in-package :" (p "package") ")")
(l "(lambda (" (s "arguments") ") " (s "forms") ")")
(hha "#-(and)")
(hpo "#+(or)")
sql-mode
(ct "CREATE TABLE " (s "table") " ("