]> code.delx.au - dotemacs/commitdiff
set python default indent to 4
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 26 Jun 2016 00:23:57 +0000 (10:23 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 26 Jun 2016 00:30:48 +0000 (10:30 +1000)
modes.el

index 640fe443f4bb5d4bacef6c2e1016bf2be548739f..b185000c5fa6e4e2af7805ad4ba36895aaa8f852 100644 (file)
--- a/modes.el
+++ b/modes.el
@@ -1,5 +1,6 @@
 (setq-default indent-tabs-mode nil)
 (setq-default c-basic-offset 4)
+(setq-default python-basic-offset 4)
 
 (add-hook 'text-mode-hook 'flyspell-mode)
 (add-hook 'prog-mode-hook 'flyspell-prog-mode)