.emacs.d/snippets/c++-mode/script
2019-10-27 21:09:25 +01:00

8 lines
157 B
Plaintext

# -*- mode: snippet -*-
# name: script
# key: script
# expand-env: ((yas-indent-line 'fixed))
# --
#!/usr/bin/env compilescript
// compilescript: -std=c++17