mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
add meta doc
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user