Don't shadow scrolling keys when point is on a link

This commit is contained in:
contrapunctus 2022-03-16 10:23:53 +05:30
parent f6b5a225de
commit ce729a0187
1 changed files with 4 additions and 1 deletions

View File

@ -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