Skip to content

Instantly share code, notes, and snippets.

@romanmt
Created January 23, 2013 15:29
Show Gist options
  • Select an option

  • Save romanmt/4608157 to your computer and use it in GitHub Desktop.

Select an option

Save romanmt/4608157 to your computer and use it in GitHub Desktop.
Snippet file for a function
# -*- mode: snippet -*-
# name: f
# key: f
# binding: C-q f
# type: command
# --
function $1($2) {
$0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment