mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Update elpy configuration
This commit is contained in:
parent
1e939ecf3f
commit
4909688364
1 changed files with 4 additions and 1 deletions
|
@ -335,9 +335,12 @@ 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
|
||||||
:init (with-eval-after-load 'python (elpy-enable))
|
:after python-mode
|
||||||
:commands (elpy-enable))
|
:commands (elpy-enable))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** Cython
|
**** Cython
|
||||||
|
|
Loading…
Reference in a new issue