mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Use elpy from melpa
It would seem the custom elpy package archive is no more.
This commit is contained in:
parent
80d6483c3a
commit
9e3ae23b62
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue