From e6aa326505607988d507fc3bd33c7eab8f899a1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Fri, 10 Sep 2021 09:44:58 +0300
Subject: Minor changes

* Neomutt changes to abook query, mailcap default html viewer.
* Youtube-viewer config update.
* qutebrowser edit with external editor command.
---
 dotfiles/.config/qutebrowser/config.py | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'dotfiles/.config/qutebrowser')

diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py
index a40c127..da3fa8f 100644
--- a/dotfiles/.config/qutebrowser/config.py
+++ b/dotfiles/.config/qutebrowser/config.py
@@ -26,6 +26,8 @@ ultramar = {
     'green': '#6d974b'
 }
 
+c.editor.command = [ "foot", "nvim", "{file}", "+normal {line}G{column0}l", ]
+
 ## Notifications for websites are retarded
 
 c.content.notifications.enabled = False
-- 
cgit v1.2.3