Also grandfather in the apturl url handler plugin, since that was previously enabled by default
This commit is contained in:
parent
69e4ae1875
commit
6bc310d58c
|
@ -93,7 +93,8 @@ DEFAULTS = {
|
||||||
'title_inactive_fg_color' : '#000000',
|
'title_inactive_fg_color' : '#000000',
|
||||||
'title_inactive_bg_color' : '#c0bebf',
|
'title_inactive_bg_color' : '#c0bebf',
|
||||||
'enabled_plugins' : ['LaunchpadBugURLHandler',
|
'enabled_plugins' : ['LaunchpadBugURLHandler',
|
||||||
'LaunchpadCodeURLHandler'],
|
'LaunchpadCodeURLHandler',
|
||||||
|
'APTURLHandler'],
|
||||||
},
|
},
|
||||||
'keybindings': {
|
'keybindings': {
|
||||||
'zoom_in' : '<Control>plus',
|
'zoom_in' : '<Control>plus',
|
||||||
|
|
Loading…
Reference in New Issue