yasnippet-snippets/text-mode/bang.yasnippet
2010-11-05 11:51:08 +01:00

7 lines
No EOL
255 B
Text

# -*- mode: snippet -*-
# name: bang
# key: !
# insert a choice if you have more than one possibility
# contributor: Andrea crotti
# --
#!/usr/bin/env `(let ((found (all-asscs interpreter-mode-alist major-mode))) (if found (yas/choose-value found) ""))`$0