File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ module.exports = FastForward =
8
8
9
9
activate : (state ) ->
10
10
@fastForwardView = new FastForwardView (state .fastForwardViewState )
11
- @modalPanel = atom .workspace .addRightPanel (item : @fastForwardView .getElement (), visible : false )
11
+ # Create a panel for the plugin, visible by default
12
+ @modalPanel = atom .workspace .addRightPanel (item : @fastForwardView .getElement (), visible : true )
12
13
13
14
# Events subscribed to in atom's system can be easily cleaned up with a CompositeDisposable
14
15
@subscriptions = new CompositeDisposable
Original file line number Diff line number Diff line change 5
5
"description" : " A short description of your package" ,
6
6
"keywords" : [
7
7
],
8
- "activationCommands" : {
9
- "atom-workspace" : " fast-forward:toggle"
10
- },
11
8
"repository" : " https://github.com/atom/fast-forward" ,
12
9
"license" : " MIT" ,
13
10
"engines" : {
You can’t perform that action at this time.
0 commit comments