[emacs] Use elpy from melpa

It would seem the custom elpy package archive is no more.
This commit is contained in:
Correl Roush 2018-02-07 16:16:28 -05:00
parent 80d6483c3a
commit 9e3ae23b62

View file

@ -375,9 +375,6 @@ installed:
#+name: programming #+name: programming
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(add-to-list 'package-archives
'("elpy" . "https://jorgenschaefer.github.io/packages/"))
(use-package elpy (use-package elpy
:ensure t :ensure t
:after python-mode :after python-mode