mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Add Open Your Init Script command
This commit is contained in:
@@ -35,6 +35,8 @@ class Workspace extends Model
|
||||
@open(atom.keymap.getUserKeymapPath())
|
||||
when 'atom://.atom/config'
|
||||
@open(atom.config.getUserConfigPath())
|
||||
when 'atom://.atom/init-script'
|
||||
@open(atom.getUserInitScriptPath())
|
||||
|
||||
# Called by the Serializable mixin during deserialization
|
||||
deserializeParams: (params) ->
|
||||
|
||||
Reference in New Issue
Block a user