Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mori-dev/120845 to your computer and use it in GitHub Desktop.
Save mori-dev/120845 to your computer and use it in GitHub Desktop.
(global-set-key (kbd "C-c i") 'anything-show-imenu)
(defun anything-show-imenu ()
"Show `imenu'."
(interactive)
(anything 'anything-c-source-imenu nil nil nil nil "*anything imenu*"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment