From 81452ebd5ffd748821add55dd4a73f59d6e0a659 Mon Sep 17 00:00:00 2001 From: Daniel Nicolai Date: Sat, 21 Mar 2020 14:01:05 +0100 Subject: [PATCH] fix issue #13395 Ivy-hydra is autoloaded so the require statement here is unnecessary. Because this require (commented out) statement was here before I uncommented it in the last PR (#13377), I leave it here (commented out) as it was before that PR. --- layers/+spacemacs/spacemacs-completion/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+spacemacs/spacemacs-completion/packages.el b/layers/+spacemacs/spacemacs-completion/packages.el index 265954fd6ed5..b93b8e32b27c 100644 --- a/layers/+spacemacs/spacemacs-completion/packages.el +++ b/layers/+spacemacs/spacemacs-completion/packages.el @@ -136,7 +136,7 @@ ;; ensure that the correct bindings are set at startup (spacemacs//ivy-hjkl-navigation dotspacemacs-editing-style) ;; load ivy-hydra - (require 'ivy-hydra) + ;; (require 'ivy-hydra) ;; Using the original ivy-hydra might lead to some buggy behavior. Therefore ;; previously a customized transient state was found here. This customized ;; transient state was removed after commit