2021-04-16 08:13:27 +00:00
|
|
|
import keybindings
|
2022-05-15 21:46:53 +00:00
|
|
|
import common
|
2024-06-24 13:25:28 +00:00
|
|
|
import linkwarden
|
2021-04-16 08:13:27 +00:00
|
|
|
|
2021-07-09 22:51:18 +00:00
|
|
|
config.load_autoconfig()
|
2021-09-27 21:46:38 +00:00
|
|
|
keybindings.init(config)
|
2022-05-15 21:46:53 +00:00
|
|
|
common.init(c)
|
2024-06-24 13:25:28 +00:00
|
|
|
try:
|
|
|
|
linkwarden.init()
|
|
|
|
except:
|
|
|
|
pass
|
2021-01-30 12:52:36 +00:00
|
|
|
|
2020-10-07 22:29:27 +00:00
|
|
|
c.tabs.show = 'never'
|
|
|
|
c.statusbar.show = 'never'
|
|
|
|
c.auto_save.session = False
|
2021-02-13 22:44:03 +00:00
|
|
|
|
2023-07-23 14:12:18 +00:00
|
|
|
c.url.start_pages = ['https://nebula.tv/']
|