From 418c503035a6b9d886b0a48db37bf0fa0de5dce6 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 7 Sep 2025 15:33:51 +0300 Subject: [PATCH] use projectile --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 9b58eab..40f394d 100644 --- a/init.el +++ b/init.el @@ -97,6 +97,10 @@ (corfu-history-mode 1) (corfu-popupinfo-mode 1)) +(use-package projectile + :init + (projectile-mode +1)) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.