Remove wrong key binding from denote-link-mouse-map

This commit is contained in:
Protesilaos Stavrou 2025-12-13 05:18:26 +02:00
parent 74c7aeeb1b
commit 4497f11b35
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -6321,7 +6321,6 @@ To be assigned to `markdown-follow-link-functions'."
(let ((map (make-sparse-keymap)))
(define-key map [mouse-2] #'denote-link-open-at-mouse)
(define-key map [mouse-3] #'denote-link-open-at-mouse)
(define-key map [follow-link] 'mouse-face)
map)
"Keymap for mouse actions over fontified Denote links.")