Load python-mode from elpa.

Don't know why but necessary to get python-mode from elpa instead of /usr/. If put farther it won't work (will get package from /usr)
This commit is contained in:
Julien Palard 2019-03-14 15:36:52 +01:00
parent e0ffe29fd7
commit 1614ead163
1 changed files with 2 additions and 1 deletions

3
.emacs
View File

@ -15,6 +15,8 @@
(setq user-full-name "Julien Palard")
(setq user-mail-address "julien@palard.fr")
(require 'python-mode)
;; Packages I typically use can be reinstalled by using:
;; M-x package-refresh-contents
;; M-x package-install-selected-packages
@ -31,7 +33,6 @@
(require 'ido)
(ido-mode t)
;; Disable all version control backends (Start faster):
(setq vc-handled-backends ())