From c9212149da705dca5aae47f5d08414cdcf71b980 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 9 Sep 2020 08:51:26 -0700 Subject: Explicitly require hydra for configs that create hydras --- oni-php/oni-php.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oni-php') diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el index a38dcea..f972505 100644 --- a/oni-php/oni-php.el +++ b/oni-php/oni-php.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0907.142339 +;; Version: 2020.0909.085313 ;; Package-Requires: (php-mode oni-yasnippet oni-flycheck oni-company oni-fci oni-hydra ggtags fic-mode company-php phpcbf) ;; This program is free software; you can redistribute it and/or modify @@ -29,6 +29,7 @@ (require 'align) (require 'company) +(require 'hydra) (require 'php-mode) (require 'whitespace) (require 'yasnippet) -- cgit v1.2.3-54-g00ecf