Added ignore, turn subword mode on for python mode.

This commit is contained in:
Ivan Malison 2013-03-26 11:54:04 -07:00
parent fc562db128
commit efc1953b17
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ auto-save-list
eproject.lst
*.elc
.smex-items
places
places
backups

View File

@ -100,7 +100,10 @@
(setq tab-width 4
indent-tabs-mode t
python-indent-offset 4))
(python-tabs)
;; Yelp always uses tabs.
(add-hook 'python-mode-hook 'python-tabs)
(add-hook 'python-mode-hook 'subword-mode)
;; =============================================================================
;; Custom Key Bindings