Commit Graph

28 Commits

Author SHA1 Message Date
contrapunctus 4558eff538 Remove argument from print debugging template
Most uses don't have any arguments to `format`.
2022-10-26 01:17:03 +05:30
contrapunctus e276088bdd Remove parens from :documentation expansion
This makes it useful for slot definitions as well. I can always
insert (|) quickly thanks to my kmonad config, so expanding
to (:documentation "...") forms remain nearly as easy as before.
2022-10-26 01:15:23 +05:30
contrapunctus c07b75be77 Add LaTeX, Texinfo, and Org templates 2022-10-16 15:01:28 +05:30
contrapunctus 3dd83b56bd Quit template when reaching arguments
Much of the time, these print debugging calls don't have arguments,
and the argument field just becomes a hassle to delete.
2022-10-16 14:59:58 +05:30
contrapunctus e8e6d30973 Add Quicklisp update template 2022-08-25 17:52:02 +05:30
contrapunctus a04e8cbeeb Define local-nicknames template 2022-08-16 12:52:09 +05:30
contrapunctus d9a464fbb3 Add templates for defpackage and default-initargs 2022-08-10 20:23:29 +05:30
contrapunctus 8493fa51a3 Rename comment template 2022-08-01 09:25:47 +05:30
contrapunctus 8742f36642 Define documentation template 2022-08-01 09:19:19 +05:30
contrapunctus a6aa231074 Add :import-from template 2022-07-31 10:21:45 +05:30
contrapunctus 1cc5f314c6 Don't add a newline 2022-07-31 10:21:27 +05:30
contrapunctus 88702cd3b9 Make separate template for class slots 2022-07-20 23:14:20 +05:30
contrapunctus 3763330305 Add print debugging template 2022-07-20 23:13:57 +05:30
contrapunctus bd5c2c6681 Prefix slot names with % 2022-07-18 20:13:40 +05:30
contrapunctus 56ffef857f Correct use-package syntax 2022-07-18 20:13:29 +05:30
contrapunctus 063e5561bf Add templates for Common Lisp reader conditionals 2022-07-18 20:12:46 +05:30
contrapunctus d3416185e2 Update Lisp templates 2022-07-05 13:29:23 +05:30
contrapunctus 8644811ecb Create defclass template; update defvar template 2022-03-08 17:02:47 +05:30
contrapunctus d404225e88 lambda template - skip without input if no arguments 2022-03-08 17:01:39 +05:30
contrapunctus bf08e6d5b2 Add SQL CREATE TABLE template 2022-02-25 00:48:27 +05:30
contrapunctus 49acc72827 Make defcustom template definition multiline 2022-02-24 21:27:19 +05:30
contrapunctus 8552780d80 Make arguments optional in defun template 2022-02-24 21:27:05 +05:30
contrapunctus 5a4afe9579 Add lambda template for SLIME REPL 2022-02-24 21:25:14 +05:30
contrapunctus f7f91a2275 Add with-slots template, move elisp templates to lisp-mode 2022-02-23 08:06:47 +05:30
contrapunctus 13edd13ba5 Add templates for slime-repl-mode 2022-02-19 03:05:32 +05:30
contrapunctus 6cedc1c67d Define use-package template 2022-02-16 18:57:02 +05:30
contrapunctus f1931a7768 Add point-min and point-max templates 2022-02-14 21:48:56 +05:30
contrapunctus 3b97dbdcb0 Disable yasnippet, try Tempel 2022-02-14 21:47:14 +05:30