commented out c-offsets-alias, need to figure that out one day

This commit is contained in:
Sami Samhuri 2010-05-14 11:06:59 -07:00
parent 3b97e035c0
commit 12c60186c7

5
emacs
View file

@ -68,7 +68,6 @@
(setq track-eol t) ; When at EOL, C-n and C-p move to EOL on other lines (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 (setq indent-tabs-mode nil) ; never insert tabs
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; minimap ;; minimap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -218,8 +217,8 @@
c-basic-offset tab-width c-basic-offset tab-width
c-hanging-semi&comma-criteria nil c-hanging-semi&comma-criteria nil
c-indent-level tab-width c-indent-level tab-width
indent-tabs-mode nil indent-tabs-mode nil))
c-offsets-alist '((statement-cont . *)))) ;; c-offsets-alist '((statement-cont . *))))
(add-hook 'objc-mode-hook 'my-objc-mode-hook) (add-hook 'objc-mode-hook 'my-objc-mode-hook)