Rename comment template

This commit is contained in:
contrapunctus 2022-08-01 09:25:47 +05:30
parent 8742f36642
commit 8493fa51a3
1 changed files with 1 additions and 4 deletions

View File

@ -32,10 +32,7 @@ slime-repl-mode lisp-mode
(up "(use-package '(" (p "package") "))")
(ip "(in-package :" (p "package") ")")
(l "(lambda (" (s "arguments") ") " (s "forms") ")")
;; hash hyphen and
(hha "#-(and)")
;; hash plus or
(hpo "#+(or)")
(c "#+(or)")
;; print debugging
(pd "(format *debug-io* \"" (p "string") "\" " (p "args") ")")
(im "(:import-from :" (s "package") " #:" (s "symbol") ")")