From bd2104506462e987fc126ecccb40218898ffcbad Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 15 Jun 2019 17:31:47 -0400 Subject: [PATCH] Rename init-hydra.el to hydra-defs.el because the "init" prefix was annoying --- .emacs.d/{init-hydra.el => hydra-defs.el} | 0 .emacs.d/init.el | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .emacs.d/{init-hydra.el => hydra-defs.el} (100%) diff --git a/.emacs.d/init-hydra.el b/.emacs.d/hydra-defs.el similarity index 100% rename from .emacs.d/init-hydra.el rename to .emacs.d/hydra-defs.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4aa0954..97ea2dc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -430,7 +430,7 @@ (use-package hydra :ensure :config ;config is in separate file because it is really big - (load-file "~/.emacs.d/init-hydra.el") + (load-file "~/.emacs.d/hydra-defs.el") :bind (("C-c w" . 'hydra-window/body) ("C-c s" . 'hydra-shortcuts/body) ("C-c a" . 'hydra-avy/body)