.emacs.d/snippets/c++-mode/script

8 lines
157 B
Plaintext
Raw Normal View History

2019-10-07 21:32:33 +02:00
# -*- mode: snippet -*-
# name: script
# key: script
# expand-env: ((yas-indent-line 'fixed))
# --
#!/usr/bin/env compilescript
// compilescript: -std=c++14