diff options
author | Ryan Kavanagh <rak@debian.org> | 2017-09-05 12:31:06 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2017-09-05 12:31:06 -0400 |
commit | 6c18523fc11df2b28f4161daf2b055e7e6377c13 (patch) | |
tree | 27a32080901b362ddd3c52117775d6a9ffdef82f /.emacs | |
parent | cleanup whitespace before save in emacs (diff) |
Python crap
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |