From f4fbb59d8bfc25e8e3acda55817f2149c32b6685 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 26 Feb 2024 09:41:09 -0500 Subject: [PATCH] FIX missing envs in emacs --- dot_config/conda/condarc.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/conda/condarc.tmpl b/dot_config/conda/condarc.tmpl index d163692..f8c8544 100644 --- a/dot_config/conda/condarc.tmpl +++ b/dot_config/conda/condarc.tmpl @@ -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