mu4e/view: make URLs clickable again

This commit is contained in:
Christophe Troestler 2021-03-17 18:53:25 +01:00
parent b2877a237c
commit 76a904be26
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ list."
(defvar mu4e-view-active-urls-keymap
(let ((map (make-sparse-keymap)))
(define-key map [down-mouse-1] 'mu4e~view-browse-url-from-binding)
(define-key map [mouse-1] 'mu4e~view-browse-url-from-binding)
(define-key map (kbd "M-<return>") 'mu4e~view-browse-url-from-binding)
map)