diff options
| author | jason | 2017-06-20 09:56:36 -0600 |
|---|---|---|
| committer | jason | 2017-06-20 09:56:36 -0600 |
| commit | 49b0355cc80dca847f01a3ad6990911e98ed89c7 (patch) | |
| tree | df535f16c123e4e29b54d9620dd3142462c9beaa | |
| parent | 5c1bd164bee86c46e1faabd4ee13e85a902755c6 (diff) | |
| download | dotemacs-49b0355cc80dca847f01a3ad6990911e98ed89c7.tar.gz dotemacs-49b0355cc80dca847f01a3ad6990911e98ed89c7.zip | |
updates to python conf
| -rw-r--r-- | init.el | 2 | ||||
| -rw-r--r-- | local-lib/python-conf.el | 1 |
2 files changed, 2 insertions, 1 deletions
| @@ -199,7 +199,7 @@ | |||
| 199 | ("64f2981274fd8740b794bce9feee7949ed87b88fc0b4654bd98594e1aa81abcd" default))) | 199 | ("64f2981274fd8740b794bce9feee7949ed87b88fc0b4654bd98594e1aa81abcd" default))) |
| 200 | '(package-selected-packages | 200 | '(package-selected-packages |
| 201 | (quote | 201 | (quote |
| 202 | (magit elpy racer cargo rust-mode company-quickhelp company projectile persp-mode avy ivy powerline which-key paradox use-package jbeans-theme))) | 202 | (elpy magit racer cargo rust-mode company-quickhelp company projectile persp-mode avy ivy powerline which-key paradox use-package jbeans-theme))) |
| 203 | '(paradox-github-token t) | 203 | '(paradox-github-token t) |
| 204 | '(safe-local-variable-values | 204 | '(safe-local-variable-values |
| 205 | (quote | 205 | (quote |
diff --git a/local-lib/python-conf.el b/local-lib/python-conf.el index 9c6fd1f..6f2a9fa 100644 --- a/local-lib/python-conf.el +++ b/local-lib/python-conf.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;;; Commentary: | 4 | ;;; Commentary: |
| 5 | ;; | 5 | ;; |
| 6 | ;;; Code: | 6 | ;;; Code: |
| 7 | |||
| 7 | (add-to-list 'package-archives | 8 | (add-to-list 'package-archives |
| 8 | '("elpy" . "http://jorgenschaefer.github.io/packages/")) | 9 | '("elpy" . "http://jorgenschaefer.github.io/packages/")) |
| 9 | 10 | ||