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)