`bang` fundamental mode snippet only on first line
MithicSpirit opened this issue · 1 comments
MithicSpirit commented
The bang
fundamental mode snippet should only be available on the first line of a document, since that is the only place that it actually works. This can be achieved by adding # condition: (eq 1 (line-number-at-pos))
to the directives.
MithicSpirit commented
"solved" by #74