From 1d6d11e803906f1b2170a844608de3a823588486 Mon Sep 17 00:00:00 2001 From: fuxialexander Date: Thu, 7 Jun 2018 01:12:03 +0800 Subject: [PATCH] add meta doc --- modules/lang/python/+conda.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/python/+conda.el b/modules/lang/python/+conda.el index 2ff74999c..78f373b8a 100644 --- a/modules/lang/python/+conda.el +++ b/modules/lang/python/+conda.el @@ -1,6 +1,9 @@ ;;; lang/python/+conda.el -*- lexical-binding: t; -*- ;;;###if (featurep! +conda) +;; This file add conda support to doom-emacs. To get started, try `M-x' +;; `+python/set-conda-home' and then `M-x' `conda-env-activate'. + (def-package! conda :when (featurep! +conda) :after (python)