all repos — nixfiles @ 01b1da4680c74ab10869918d22cb81013688480d

System and user configuration, managed by nix and home-manager

emacs: auto-discover projectile projects I no longer need the `add_project` function to add these from a shell

Alan Pearce
commit

01b1da4680c74ab10869918d22cb81013688480d

parent

0e1b432394b60befdca4e268f05441e2835e46b5

1 file changed, 0 insertions(+), 6 deletions(-)

changed files
M user/zsh/zshrcuser/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\")" }