From eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef Mon Sep 17 00:00:00 2001 From: benj Date: Sat, 17 Mar 2018 20:03:19 -0700 Subject: 1. refactored snippets into templates 2. added slime for common lisp 3. created some auto-templates for c --- templates/auto-insert/template.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/auto-insert/template.h (limited to 'templates/auto-insert/template.h') diff --git a/templates/auto-insert/template.h b/templates/auto-insert/template.h new file mode 100644 index 0000000..0f9cb8e --- /dev/null +++ b/templates/auto-insert/template.h @@ -0,0 +1,16 @@ +/** + * @file `(buffer-name)` + * @brief $1 + * + * $2 + * + * @author MAGIT_USER or SYSTEM_USER + * @date `(format-time-string "%Y-%m-%d")` + */ + +#ifndef `(git-include-guard-path)` +#define `(git-include-guard-path)` + +$0 + +#endif -- cgit v1.2.3