confi-emacs-actual/snippets/sh-mode/f

9 lines
97 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: short function
# key: f
# uuid: f
# --
${1:name}() {
`%`$0
}