Mercurial > dotfiles
diff .elisp/settings/80.go.el @ 306:ae22ef7859eb
Merge.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 04 Dec 2012 11:08:15 -0600 |
parents | a8caf664abdc |
children | aa5afa13e12c |
line wrap: on
line diff
--- a/.elisp/settings/80.go.el +++ b/.elisp/settings/80.go.el @@ -2,7 +2,7 @@ (defun af-go-hook () ;; enable tabs (setq tab-width 2) - (setq-default indent-tabs-mode t) + (setq indent-tabs-mode t) (make-variable-buffer-local 'whitespace-style) (setq whitespace-style '(trailing lines-tail indentation trailing empty)) )