Commit b63c1f21 authored by Samuel Giddins's avatar Samuel Giddins

[Spec::Edit] Add support for finding Atom by default

parent 2c0f2386
...@@ -58,8 +58,10 @@ module Pod ...@@ -58,8 +58,10 @@ module Pod
'subl', 'subl',
# Find Textmate # Find Textmate
'mate', 'mate',
# Find # BBEdit / TextWrangler # Find BBEdit / TextWrangler
'edit', 'edit',
# Find Atom
'atom',
# Default to vim # Default to vim
'vim', 'vim',
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment