diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-16 05:14:28 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-16 05:14:28 -0600 |
| commit | bd3a6511c119464803f8e0bb142519ece2114327 (patch) | |
| tree | 81853ec9826707f3217388913f0c3123d22ea0cb /snippets/sh-mode/display_action | |
| parent | 99f183b82d2a8982f3d53ac1025f61baed67ddba (diff) | |
| download | dotemacs-bd3a6511c119464803f8e0bb142519ece2114327.tar.gz dotemacs-bd3a6511c119464803f8e0bb142519ece2114327.zip | |
chore(yasnippet): move snippets into emacs.d for source control
Relocate snippets-dir from ~/sync/org/snippets/ to ~/.emacs.d/snippets/
and restore 28 snippet files from backup.
Diffstat (limited to 'snippets/sh-mode/display_action')
| -rw-r--r-- | snippets/sh-mode/display_action | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/snippets/sh-mode/display_action b/snippets/sh-mode/display_action new file mode 100644 index 00000000..eb470a23 --- /dev/null +++ b/snippets/sh-mode/display_action @@ -0,0 +1,4 @@ +# key: >da +# name: display_action +# -- +$0action="$1" && display "$2" "$action"
\ No newline at end of file |
