Skip to content

Instantly share code, notes, and snippets.

@jvia
Last active February 13, 2016 15:54
Show Gist options
  • Save jvia/f3331f3db0dc5c41f4d3 to your computer and use it in GitHub Desktop.
Save jvia/f3331f3db0dc5c41f4d3 to your computer and use it in GitHub Desktop.
Snippet to add use-package declarations to imenu
(add-to-list 'lisp-imenu-generic-expression
(list (purecopy "use-package")
(purecopy (concat "^\\s-*(use-package\\s-+\\("
lisp-mode-symbol-regexp "\\)"))
1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment