From 0816ffeeb7ed3bc9bc947bce037aca3786580bac Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:45:21 +0000 Subject: [PATCH] remove remaining projectile keybinds --- config/emacs/emacs.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index c536e7e9..c50f8bbf 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -298,9 +298,7 @@ kept-old-versions 5) "pp" '(project-switch-project :which-key "open project") "pk" '(project-kill-buffers :which-key "close project") "pt" '(magit-todos-list :which-key "list project todos") - "ps" '(projectile-save-project-buffers :which-key "save project") - "po" '(projectile-find-other-file :which-key "find other file") - "pg" '(projectile-configure-project :which-key "configure project") + "po" '(project-find-file :which-key "find file") "pc" '(project-compile :which-key "compile project") ;; open "o" '(:ignore o :which-key "open")