From 0201527d433474b9f623a9d81b1d819e2e48b036 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no>
Date: Fri, 1 Dec 2023 18:54:38 +0100
Subject: [PATCH] Remove tracking of autoconfig

---
 .config/qutebrowser/autoconfig.yml | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 .config/qutebrowser/autoconfig.yml

diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml
deleted file mode 100644
index f2c19af..0000000
--- a/.config/qutebrowser/autoconfig.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
-  content.proxy:
-    global: socks://localhost:9050/
-  url.default_page:
-    global: https://startpage.com
-  url.start_pages:
-    global: https://startpage.com/
-- 
GitLab