Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created January 28, 2018 05:22
Show Gist options
  • Save dustinlacewell-wk/1f3bb6f60030e9832556800acc53b2dd to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/1f3bb6f60030e9832556800acc53b2dd to your computer and use it in GitHub Desktop.
(defun test-func () (print "test func called"))
(defvar hydra-context-commands '('(emacs-lisp-mode test-func "description")))
(defun hydra-current-context () (assoc major-mode hydra-context-commands))
(print (hydra-current-context))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment