5 lines
224 B
Python
5 lines
224 B
Python
|
|
config.load_autoconfig()
|
||
|
|
config.bind('<Ctrl+/>', 'hint links spawn --detach mpv {hint-url}')
|
||
|
|
c.editor.command = ["kate", "{file}", "-l", "{line}", "-c", "{column}"]
|
||
|
|
config.source("./qutebrowser-solarized/solarized-dark.py")
|