doomemacs/snippets

`bang` fundamental mode snippet only on first line

MithicSpirit opened this issue · 1 comments

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.

"solved" by #74