mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
add meta doc
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
;;; lang/python/+conda.el -*- lexical-binding: t; -*-
|
;;; lang/python/+conda.el -*- lexical-binding: t; -*-
|
||||||
;;;###if (featurep! +conda)
|
;;;###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
|
(def-package! conda
|
||||||
:when (featurep! +conda)
|
:when (featurep! +conda)
|
||||||
:after (python)
|
:after (python)
|
||||||
|
Reference in New Issue
Block a user