mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix: mouse-click issue for flycheck menu.
This commit is contained in:
parent
815405604f
commit
a01d39b2e7
1 changed files with 1 additions and 1 deletions
|
@ -1124,7 +1124,7 @@ mouse-2: Show help for minor mode")
|
|||
('suspicious "Suspicious")))
|
||||
'mouse-face '(:box 1)
|
||||
'local-map (let ((map (make-sparse-keymap)))
|
||||
(define-key map [mode-line mouse-1]
|
||||
(define-key map [mode-line down-mouse-1]
|
||||
flycheck-mode-menu-map)
|
||||
(define-key map [mode-line mouse-2]
|
||||
(lambda ()
|
||||
|
|
Loading…
Reference in a new issue