summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-hydra.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-hydra.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-hydra.el b/emacs.d/custom/fcuny-hydra.el
new file mode 100644
index 0000000..87a3620
--- /dev/null
+++ b/emacs.d/custom/fcuny-hydra.el
@@ -0,0 +1,11 @@
+(use-package hydra
+  :ensure t)
+
+(use-package major-mode-hydra
+  :after (hydra)
+  :demand t
+  :ensure t
+  :bind
+  ("M-SPC" . major-mode-hydra))
+
+(provide 'fcuny-hydra)