From 5ecc7f4e889be6bc899d2f7faa72d44c422f4c6c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 10 Jun 2023 18:21:01 +0200 Subject: Emacs: remove projectile and use builtin project.el --- user/settings/emacs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/settings') diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index 12eafe0c..ae85a61c 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -75,7 +75,7 @@ in kx = "kubectx $*"; kns = "kubens $*"; - cdg = "cd (projectile-project-root)"; + cdg = "cd (project-root)"; }; }; extraPackages = epkgs: (with epkgs; @@ -91,6 +91,7 @@ in company-tabnine consult consult-eglot + consult-project-extra counsel crux dired-git-info @@ -144,7 +145,6 @@ in nerd-icons doom-modeline posframe - projectile quickrun rainbow-mode rainbow-delimiters -- cgit 1.4.1