Skip to content

Commit

Permalink
fix issue syl20bnr#13395
Browse files Browse the repository at this point in the history
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 (syl20bnr#13377), I leave it here (commented out) as it was before that PR.
  • Loading branch information
dalanicolai authored and aam-at committed Mar 23, 2021
1 parent ee7cb81 commit 81452eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-completion/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81452eb

Please sign in to comment.