From 40d069bf2b0b165ca278db0ea98ee5a04be1dfb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Villagr=C3=A1?= Date: Sun, 5 Jun 2022 01:49:34 +0200 Subject: [PATCH] Separa la parte de conda y la carga desde local.el (no sincronizado) --- init.el | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/init.el b/init.el index 50d7429..3249dfe 100644 --- a/init.el +++ b/init.el @@ -25,16 +25,8 @@ (use-package straight :custom (straight-use-package-by-default t)) -;;(straight-use-package 'conda) -(use-package conda - :straight t - :config - (setq conda-anaconda-home (expand-file-name "~/miniforge3/")) - (setq conda-env-home-directory (expand-file-name "~/miniforge3/")) - (setq conda-env-subdirectory "envs")) - -(unless (getenv "CONDA_DEFAULT_ENV") - (conda-env-activate "base")) +;; Esto carga las configuraciones locale +(load "~/.emacs.d/local.el") (straight-use-package 'counsel)