diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-06-18 18:47:13 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-06-18 18:47:13 -0700 |
commit | 865b0d53ac0a48eb79f8b803bf6dda0bb99a30de (patch) | |
tree | ca99baa1266d0e3d3c889c150a5a3ebaf847fb7c /emacs | |
parent | emacs: move ivy configuration to navigation (diff) | |
download | emacs.d-865b0d53ac0a48eb79f8b803bf6dda0bb99a30de.tar.gz |
emacs: stop using hydra
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) |