unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/prog-mode/fixme
2016-02-18 14:53:30 +01:00

6 lines
127 B
Plaintext

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