diff options
Diffstat (limited to 'user/zsh')
-rw-r--r-- | user/zsh/zshrc | 6 |
1 files changed, 0 insertions, 6 deletions
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\")" } |