From 865b0d53ac0a48eb79f8b803bf6dda0bb99a30de Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 18 Jun 2020 18:47:13 -0700 Subject: emacs: stop using hydra --- emacs.d/custom/fcuny-hydra.el | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 emacs.d/custom/fcuny-hydra.el (limited to 'emacs.d/custom') 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) -- cgit 1.4.1