summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-04-25 00:19:19 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-04-25 00:23:27 +0200
commiteec9a75edd232337c4016e073d27a99522204bfc (patch)
treec1c4a48123b9f4d65199c469cdba92145ff56dc4
parent6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46 (diff)
downloaddotfiles-eec9a75edd232337c4016e073d27a99522204bfc.tar.gz
dotfiles-eec9a75edd232337c4016e073d27a99522204bfc.tar.xz
dotfiles-eec9a75edd232337c4016e073d27a99522204bfc.zip
emacs: removed legacy setting
-rw-r--r--emacs1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs b/emacs
index 7d8aa73..f8df5e8 100644
--- a/emacs
+++ b/emacs
@@ -99,7 +99,6 @@
;; c/c++-mode stuff
(setq indent-tabs-mode t)
-;(setq tab-width 8)
(setq c-default-style "linux")
(c-set-offset 'arglist-cont-nonempty '(c-lineup-arglist-tabs-only c-lineup-gcc-asm-reg))