Created
January 28, 2018 05:22
-
-
Save dustinlacewell-wk/1f3bb6f60030e9832556800acc53b2dd 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 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