yasnippet-snippets/prog-mode/fixme
Alex Bennée 6642c8051f prog-mode/fixme: disable on sh-mode
It's cute the first time you try and close an if<->fi block in a shell
script but after the billionth time you just want it to stop doing that.
2015-01-30 13:48:20 +00:00

6 lines
No EOL
127 B
Text

# -*- mode: snippet -*-
# name: fixme
# key: fi
# condition: (not (eq major-mode 'sh-mode))
# --
`(yas-with-comment "FIXME: ")`