FIX missing envs in emacs

This commit is contained in:
Nathan Dwarshuis 2024-02-26 09:41:09 -05:00
parent 51d20595fa
commit f4fbb59d8b
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ channels:
channel_priority: strict
# define this in zshrc so the completion engine can find my local envs
#envs_dirs:
# - {{ .paths.data }}/conda/envs
# TODO this is repeated in zshrc to get completion to work, necessary here to make emacs happy
envs_dirs:
- {{ .paths.data }}/conda/envs
pkgs_dirs:
- {{ .paths.data }}/conda/pkgs