added some basic customizations to python-mode

This commit is contained in:
2011-12-21 01:19:10 +00:00
parent f8222f65ab
commit 1b72b91448
2 changed files with 6 additions and 0 deletions

5
languages/python.el Normal file
View File

@@ -0,0 +1,5 @@
(add-hook 'python-mode-hook
(lambda ()
(fci-mode)
(linum-mode t)
(setq tab-width 2)))