TheBB / spaceline

Powerline theme from Spacemacs
GNU General Public License v3.0
536 stars 59 forks source link

fix(spaceline-segments.el): Ensure the minor menu opens on L/R click #236

Closed erikmd closed 1 year ago

erikmd commented 1 year ago

Hi @TheBB I'm a teacher and co-maintainer of several modes, and I happen to recently adopt spaceline, which is really great BTW! I noticed that the minor mode menu does not show up on mouse-1 / mouse-3 click. Hence this patch that I tested successfully in GUI context and TTY (emacs -nw) with (xterm-mouse-mode).

FWIW, I'm using GNU Emacs 27.1 on Debian 11, with this init file: https://github.com/erikmd/tapfa-init.el/blob/master/.emacs

erikmd commented 1 year ago

Wow, thanks @TheJJ for your blazingly-fast merge!