From ce729a01874084f35de8427b4a5de99e383145ca Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 16 Mar 2022 10:23:53 +0530 Subject: [PATCH] Don't shadow scrolling keys when point is on a link --- init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index d86616b..194c5dd 100644 --- a/init.org +++ b/init.org @@ -2796,7 +2796,10 @@ Even the patched version of =mu4e-alert= I'm using is not completely bug-free - ("h" . nov-history-back) ("s" . nov-history-forward) ("T" . nov-goto-toc) - ("m" . my-dispatch-hydra))) + ("m" . my-dispatch-hydra)) + (:map nov-button-map + ("c" . nil) + ("r" . nil))) #+END_SRC ** proced