Skip to content

Version 0.8

Compare
Choose a tag to compare
@bmag bmag released this 28 Jul 13:42
· 22 commits to master since this release

News

  • 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.