chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b8d76a4
)
dot/emacs: Set new variable for Python indent level.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 3 Jun 2016 21:49:32 +0000
(22:49 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 3 Jun 2016 21:50:04 +0000
(22:50 +0100)
Because the old name worked.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 5b08674abba00557561dcd6041aca487769836b4..ce99762dd7640db7a54c0fc51105e63923c28fe3 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-827,6
+827,7
@@
(progn
(setq-default py-indent-offset 2
python-indent 2
+ python-indent-offset 2
py-python-command-args
`("-i" "-colors" ,(if mdw-black-background
"Linux" "LightBG")))