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

8 lines
157 B
Plaintext
Raw Permalink 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
2019-10-27 21:09:25 +01:00
// compilescript: -std=c++17