From 01b1da4680c74ab10869918d22cb81013688480d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 8 Apr 2023 08:51:49 +0200 Subject: emacs: auto-discover projectile projects I no longer need the `add_project` function to add these from a shell --- user/zsh/zshrc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'user/zsh') diff --git a/user/zsh/zshrc b/user/zsh/zshrc index 48cfc1ef..08b67af9 100644 --- a/user/zsh/zshrc +++ b/user/zsh/zshrc @@ -147,12 +147,6 @@ bindkey '^x^k' anyframe-widget-kill unsetopt flow_control # Let me use ^S and ^Q -add_project () { - project=${1:-$PWD} - emacsclient -e "(projectile-add-known-project \"${project}\")" -} -compdef '_path_files -/' add_project - esetenv () { emacsclient -e "(setenv \"$1\" \"$2\")" } -- cgit 1.4.1