diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-hydra.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs.d/custom/fcuny-hydra.el b/emacs.d/custom/fcuny-hydra.el deleted file mode 100644 index 87a3620..0000000 --- a/emacs.d/custom/fcuny-hydra.el +++ /dev/null @@ -1,11 +0,0 @@ -(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) |