From 12c60186c7b46d88a5e70f1e7e35d266517e6ec3 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 14 May 2010 11:06:59 -0700 Subject: [PATCH] commented out c-offsets-alias, need to figure that out one day --- emacs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/emacs b/emacs index 8262079..4687f0a 100644 --- a/emacs +++ b/emacs @@ -68,7 +68,6 @@ (setq track-eol t) ; When at EOL, C-n and C-p move to EOL on other lines (setq indent-tabs-mode nil) ; never insert tabs - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; minimap ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -218,8 +217,8 @@ c-basic-offset tab-width c-hanging-semi&comma-criteria nil c-indent-level tab-width - indent-tabs-mode nil - c-offsets-alist '((statement-cont . *)))) + indent-tabs-mode nil)) +;; c-offsets-alist '((statement-cont . *)))) (add-hook 'objc-mode-hook 'my-objc-mode-hook)