diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:19:19 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:23:27 +0200 |
commit | eec9a75edd232337c4016e073d27a99522204bfc (patch) | |
tree | c1c4a48123b9f4d65199c469cdba92145ff56dc4 /emacs | |
parent | 6bd70ca86da0a80456a65a3ef8fbbb5cd86e7a46 (diff) | |
download | dotfiles-eec9a75edd232337c4016e073d27a99522204bfc.tar.gz dotfiles-eec9a75edd232337c4016e073d27a99522204bfc.tar.xz dotfiles-eec9a75edd232337c4016e073d27a99522204bfc.zip |
emacs: removed legacy setting
Diffstat (limited to '')
-rw-r--r-- | emacs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) |