From 32dc2ee358b5b1c2c8b1a6998916242bfd2742a0 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Thu, 24 Apr 2025 20:21:01 -0400
Subject: [PATCH] Fixed runtime error with counsel

---
 .spacemacs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.spacemacs b/.spacemacs
index 3493f00..1c83070 100644
--- a/.spacemacs
+++ b/.spacemacs
@@ -44,7 +44,7 @@ This function should only modify configuration layer settings."
      better-defaults
      git
      helm
-     ;ivy
+     ivy
      ;;lsp
      ;;(java :variables java-backend 'lsp)
      multiple-cursors
-- 
GitLab