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
New hook imenu-list-after-jump-hook to run after imenu-list-goto-entry and imenu-list-display-entry. This is useful for automatically recentering the target window after jumps. See #23.
New feature: after imenu-list performs a jump from the *Ilist* buffer, the target window is now automatically recentered, so the chosen entry is in the middle of the window. To cancel this behavior, see instructions in the README.
The type definition of imenu-list-auto-resize was fixed from hook to boolean.
The idle delay time before the *Ilist* buffer is automatically updated has been shortened to 0.5 seconds, and can also be customized by changing the value of imenu-list-idle-update-delay. See #29.