Skip to content

Instantly share code, notes, and snippets.

@agumonkey
Created June 9, 2021 10:23
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 agumonkey/316b400c36bddf2e2611b3a79c5d9a50 to your computer and use it in GitHub Desktop.
Save agumonkey/316b400c36bddf2e2611b3a79c5d9a50 to your computer and use it in GitHub Desktop.
quick hydra for package.el
(defhydra package-plus (:exit t)
("r" package-refresh-contents "Refresh" :column "Archives")
("a" package-autoremove "Auto-Remove")
("l" package-list-packages "List")
("u" package-list-packages "Mark and Update")
("i" package-install "Install" :column "Packages" :exit nil)
("d" package-delete "Delete"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment