Created
June 9, 2021 10:23
-
-
Save agumonkey/316b400c36bddf2e2611b3a79c5d9a50 to your computer and use it in GitHub Desktop.
quick hydra for package.el
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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