From 4909688364781484a20b968ddcacafa43a70d23a Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 7 Nov 2017 10:38:15 -0500 Subject: [PATCH] [emacs] Update elpy configuration --- .emacs.d/emacs.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/emacs.org b/.emacs.d/emacs.org index 03b4884..905bcdd 100644 --- a/.emacs.d/emacs.org +++ b/.emacs.d/emacs.org @@ -335,9 +335,12 @@ installed: #+name: programming #+BEGIN_SRC emacs-lisp + (add-to-list 'package-archives + '("elpy" . "https://jorgenschaefer.github.io/packages/")) + (use-package elpy :ensure t - :init (with-eval-after-load 'python (elpy-enable)) + :after python-mode :commands (elpy-enable)) #+END_SRC **** Cython