Muck with indent settings.

This commit is contained in:
Anna Rose 2015-09-21 12:59:30 -04:00
parent c7caefaa9c
commit 682922aa3c

5
emacs
View File

@ -37,8 +37,9 @@
(global-set-key (kbd "C-x g") 'goto-line)
(define-key global-map (kbd "<f5>") 'recompile)
(setq-default indent-tabs-mode nil)
(setq-default tab-width 2)
(setq-default python-width 2)
(setq-default tab-width 4)
(setq-default python-indent-offset 2)
(setq-default css-indent-offset 2)
(column-number-mode)
;; Git support