Rename init-hydra.el to hydra-defs.el because the "init" prefix was annoying

This commit is contained in:
Adam Goldsmith 2019-06-15 17:31:47 -04:00
parent 27d6e7014c
commit bd21045064
2 changed files with 1 additions and 1 deletions

View File

@ -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)