Skip to content

Instantly share code, notes, and snippets.

@JEG2
Created January 22, 2012 04:43
Show Gist options
  • Select an option

  • Save JEG2/1655628 to your computer and use it in GitHub Desktop.

Select an option

Save JEG2/1655628 to your computer and use it in GitHub Desktop.
A snippet I can't get quite right yet.
# -*- mode: snippet -*-
# name: header
# key: ;;;
# --
${1:$(let ((starter (or comment-start "#"))) (concat starter (make-string (length "abc") (string-to-char (substring starter -1)))))}
${1:Header}$0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment