Skip to content
Snippets Groups Projects
Commit 98d04cd1 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Handle autoconfig

parent 880c6612
No related branches found
No related tags found
No related merge requests found
# If a config.py file exists, this file is ignored unless it's explicitly loaded
# via config.load_autoconfig(). For more information, see:
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
# DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details.
config_version: 2
settings:
auto_save.session:
global: true
url.start_pages:
global: https://startpage.com/
......@@ -63,6 +63,8 @@ c.url.searchengines = {'DEFAULT': 'https://startpage.com/do/search?query={}'}
c.aliases = {'w': 'session-save', 'q': 'quit', 'wq': 'quit --save'}
# Import autoconfig
config.load_autoconfig()
# Key bindings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment