commented out c-offsets-alias, need to figure that out one day
This commit is contained in:
parent
3b97e035c0
commit
12c60186c7
1 changed files with 2 additions and 3 deletions
5
emacs
5
emacs
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue