mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Remove wrong key binding from denote-link-mouse-map
This commit is contained in:
parent
74c7aeeb1b
commit
4497f11b35
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue