Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Last active January 26, 2018 04:34
Show Gist options
  • Save dustinlacewell-wk/b91330584a50dfafbfafbdd4125a99e8 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/b91330584a50dfafbfafbdd4125a99e8 to your computer and use it in GitHub Desktop.
(defun hydra-run-context-command ()
(interactive)
(--when-let (hydra-current-context)
(cl-multiple-value-bind (command description) it
(funcall command))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment