| commit 18: | 664dfda1a286 |
| parent 17: | 7935d79bfd57 |
| branch: | default |
set tab defaults
- View Josh's profile
-
Josh's public repos »
- django-invitation
- django-openid-auth
- django-piston
- django-draper
- django-vcs
- textmate-mode
- pyvcs
- django-cumulus
- django-twitter-oauth
- django-syncr
- django-linktag
- emacs
- oh-my-zsh
- django-twitter-backend
- Mercurial for ZSH
- python-twitter
- Adamanteus
- django-twitter
- django-storages
- Django-Piston Presentation
- oauth-python-twitter
- Django-Forerscope
- Send message
6 months ago
Changed (Δ109 bytes):
raw changeset »
init.el (5 lines added, 0 lines removed)
15 |
15 |
(let (parens-require-spaces) |
16 |
16 |
(insert-pair))) |
17 |
17 |
|
18 |
;; Set tabs to be 4 spaces |
|
19 |
(setq indent-tabs-mode nil) |
|
20 |
(setq tab-width 4) |
|
21 |
(setq-default py-indent-offset 4) |
|
22 |
||
18 |
23 |
;; Put backup files somewhere less annoying |
19 |
24 |
(setq backup-directory-alist '(("." . "~/.emacs.d/backups"))) |
20 |
25 |
