Skip to content

Commit

Permalink
Fix mouse clicks on mu4e new mail widget
Browse files Browse the repository at this point in the history
Completely fixes #526
  • Loading branch information
jumper047 authored and seagle0128 committed Jun 24, 2022
1 parent 87d7667 commit 156b024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom-modeline-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,7 @@ mouse-1: Toggle Debug on Quit"
'face '(:inherit
(doom-modeline-unread-number doom-modeline-notification))))
'mouse-face 'doom-modeline-highlight
'keymap '(doom-modeline keymap
'keymap '(mode-line keymap
(mouse-1 . mu4e-alert-view-unread-mails)
(mouse-2 . mu4e-alert-view-unread-mails)
(mouse-3 . mu4e-alert-view-unread-mails))
Expand Down

0 comments on commit 156b024

Please sign in to comment.