From 450ff756c5627ed7c2e7160899a5d87e4fb218e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 19 Jan 2022 16:53:04 +0100 Subject: [PATCH] display-message not for pager --- config/programs/mail.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/programs/mail.nix b/config/programs/mail.nix index ca3499ef..1ed70960 100644 --- a/config/programs/mail.nix +++ b/config/programs/mail.nix @@ -29,12 +29,12 @@ { key = ""; # what the fuck is this mapping action = "display-message"; - map = [ "index" "pager" ]; + map = [ "index" ]; } { key = "\\CV"; action = "display-message"; # i give up - map = [ "index" "pager" ]; + map = [ "index" ]; } ]; };