dotfiles/.emacs.d/snippets/faust-mode/with
2017-12-21 17:29:29 +01:00

8 lines
82 B
Plaintext

# -*- mode: snippet -*-
# name: with
# key: wi
# --
with {
${1:expression}
};
$0