TheBB / elpy-layer

Spacemacs configuration layer for elpy
18 stars 7 forks source link

+TITLE: Elpy contribution layer for Spacemacs

This layer adds support for the Python language via Elpy. It is a work in progress, use with caution.

** Layer

To install, clone this repository to your =~/.emacs.d/private= directory. Note that the local working directory must be named =elpy=. E.g.

=git clone git@github.com:TheBB/elpy-layer ~/.emacs.d/private/elpy=.

Then, add the layer to your =~/.spacemacs=

+BEGIN_SRC emacs-lisp

(setq-default dotspacemacs-configuration-layers '(elpy))

+END_SRC

Make sure the regular =python= layer is not enabled.