Muck with indent settings.
This commit is contained in:
parent
c7caefaa9c
commit
682922aa3c
5
emacs
5
emacs
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user