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 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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue