add meta doc

This commit is contained in:
fuxialexander 2018-06-07 01:12:03 +08:00
parent 732c2979c4
commit 1d6d11e803

View file

@ -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)