aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2017-09-05 12:31:06 -0400
committerRyan Kavanagh <rak@debian.org>2017-09-05 12:31:06 -0400
commit6c18523fc11df2b28f4161daf2b055e7e6377c13 (patch)
tree27a32080901b362ddd3c52117775d6a9ffdef82f /.emacs
parentcleanup whitespace before save in emacs (diff)
Python crap
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 4 insertions, 0 deletions
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