Skip to content

Instantly share code, notes, and snippets.

@shrysr
Created March 26, 2020 01:11
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 shrysr/0bd9162d220f7dbf8ffe0424e85c7dd0 to your computer and use it in GitHub Desktop.
Save shrysr/0bd9162d220f7dbf8ffe0424e85c7dd0 to your computer and use it in GitHub Desktop.
(nougat-hydra hydra-straight (:color green)
("Straight" (("p" (call-interactively 'straight-pull-package) "Pull one")
	     ("P" (straight-pull-all) "Pull ALL")
	     ("f" (call-interactively 'straight-fetch-package) "Fetch one")
	     ("F" (straight-fetch-all) "Fetch ALL")
	     ("w" (call-interactively 'straight-visit-package-website) "visit package Website")
	     ("g" (call-interactively 'straight-get-recipe) "Get recipe")
	     )))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment