by shigemk2

当面は技術的なことしか書かない

imenu-list

markdownでも使えた

This Emacs minor-mode creates an automatically updated buffer called Ilist that is populated with the current buffer's imenu entries. The Ilist buffer is typically shown as a sidebar (Emacs vertically splits the window).

(use-package imenu-list
  :ensure t
  :bind ("C-'" . imenu-list-smart-toggle))

github.com