summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py
index 3245e62..e7ded7c 100644
--- a/qutebrowser/config.py
+++ b/qutebrowser/config.py
@@ -1,4 +1,5 @@
config.load_autoconfig(False) # disable saved configs
c.hints.chars = "qsdjflkmazeruiopghwxcvn"
+c.auto_save.session = True
config.bind('ed', 'download-open')