Last active
January 26, 2018 04:34
-
-
Save dustinlacewell-wk/b91330584a50dfafbfafbdd4125a99e8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(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