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
'subl',
# Find Textmate
'mate',
# Find # BBEdit / TextWrangler
# Find BBEdit / TextWrangler
'edit',
# Find Atom
'atom',
# Default to 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