You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like it's more than a simple transfer from global-mode to local-mode (and produce an inherited global-mode) due to hl-anything's features. So I'll take it later. Thanks. 🍺
Hi boyw165,
hl-anything
is great, thank you for your effort.I find that you create it as global minor mode rather than buffer-local. https://github.com/boyw165/hl-anything/blob/master/hl-anything.el#L694
As manual specified, if you set
global
non-nil the minor mode will be global rather than buffer-local.I suggest that you can create it as buffer-local minor mode, and create the
global-mode
bydefine-globalized-minor-mode
.Previously, I create a minor mode named
smart-shift
by this way. Just FYI https://github.com/hbin/smart-shift/blob/master/smart-shift.el#L261The text was updated successfully, but these errors were encountered: