Skip to content

Instantly share code, notes, and snippets.

@craigkeeling
Created May 6, 2014 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigkeeling/64b322cabea9eaf5b87f to your computer and use it in GitHub Desktop.
Save craigkeeling/64b322cabea9eaf5b87f to your computer and use it in GitHub Desktop.
Menu command for Straight Quotes
// 1. Make a folder under your Data/Packages folder, call it "Straight Quotes"
// 2. Create a file in there called "Straight Quotes.py" and paste in the following:
// 3. Create another file in there called "Main.sublime-menu" and paste the below.
// http://www.sublimetext.com/forum/viewtopic.php?f=3&t=14451
[
{
"id": "edit",
"children":
[
{ "id": "wrap" },
{ "command": "straight_quotes" }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment