aboutsummaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-01-20 10:18:57 -0500
committerBardofSprites <[email protected]>2026-01-20 10:18:57 -0500
commitc3da9a74f04b178d5777da90f925fc56204d8c25 (patch)
tree49e4a4ad6cd04593e694473c780e49de09a9c102 /snippets
parentdae7521ccf53e68a370d4051d6909d38d4ac2ad0 (diff)
fix snippet
Diffstat (limited to 'snippets')
-rw-r--r--snippets/emacs-lisp-mode/defun8
-rw-r--r--snippets/org-mode/hugotime2
2 files changed, 9 insertions, 1 deletions
diff --git a/snippets/emacs-lisp-mode/defun b/snippets/emacs-lisp-mode/defun
new file mode 100644
index 0000000..8588622
--- /dev/null
+++ b/snippets/emacs-lisp-mode/defun
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: defun
+# key: defun
+# --
+
+(defun $1 ($2)
+"${3:docstring}."
+$0) \ No newline at end of file
diff --git a/snippets/org-mode/hugotime b/snippets/org-mode/hugotime
index 013bea3..d7756e6 100644
--- a/snippets/org-mode/hugotime
+++ b/snippets/org-mode/hugotime
@@ -3,4 +3,4 @@
# key: hugotime
# --
-[`(format-time-string "%Y-%m-%dT%H:%M:%S%z")`] \ No newline at end of file
+`(format-time-string "%Y-%m-%dT%H:%M:%S%z")` \ No newline at end of file