From 6c18523fc11df2b28f4161daf2b055e7e6377c13 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 5 Sep 2017 12:31:06 -0400 Subject: Python crap --- .emacs | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index 8277efc..06a5822 100644 --- a/.emacs +++ b/.emacs @@ -174,6 +174,7 @@ ;;;; Python (setq python-python-command "/usr/bin/python3") +(elpy-enable) ;;;; Default dictionary (setq ispell-dictionary "british-ise-w_accents") @@ -190,6 +191,9 @@ '(inhibit-startup-screen t) '(proof-disappearing-proofs t) '(proof-electric-terminator-enable t) + '(python-indent-guess-indent-offset nil) + '(python-indent-offset 4) + '(python-shell-interpreter "python3") '(scroll-bar-mode nil) '(tool-bar-mode nil)) (custom-set-faces -- cgit v1.2.3