diff --git a/CHANGELOG.develop b/CHANGELOG.develop index aa9eaa61c..cec034a5e 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -1040,6 +1040,7 @@ Other: - Used return value from advised function in =spacemacs//yank-indent-region= (thanks to Brandon T. Willard) - Fixed canceling =spacemacs/ace-buffer-links= (thanks to duianto) + - Required =ivy= to load =counsel-projectile= (thanks to Thanh Vuong) *** Layer changes and fixes **** Agda - Fixes diff --git a/layers/+spacemacs/spacemacs-layouts/packages.el b/layers/+spacemacs/spacemacs-layouts/packages.el index 1a32c8c0d..2de037952 100644 --- a/layers/+spacemacs/spacemacs-layouts/packages.el +++ b/layers/+spacemacs/spacemacs-layouts/packages.el @@ -15,7 +15,7 @@ ivy persp-mode spaceline - (counsel-projectile :requires projectile))) + (counsel-projectile :requires ivy)))