summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-06-18 18:47:13 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-06-18 18:47:13 -0700
commit865b0d53ac0a48eb79f8b803bf6dda0bb99a30de (patch)
treeca99baa1266d0e3d3c889c150a5a3ebaf847fb7c
parentemacs: move ivy configuration to navigation (diff)
downloademacs.d-865b0d53ac0a48eb79f8b803bf6dda0bb99a30de.tar.gz
emacs: stop using hydra
-rw-r--r--emacs.d/custom/fcuny-hydra.el11
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)