Gee, what're we gonna do tonight, Brain?

This commit is contained in:
Henrik Lissner 2014-11-29 20:21:03 -05:00
parent 4df3c32a8d
commit 3a79705475
44 changed files with 1806 additions and 1237 deletions

View file

@ -38,7 +38,7 @@
(c-toggle-auto-newline -1)
;; DEL mapping interferes with smartparens and my.deflate-maybe
(defmap c-mode-map (kbd "DEL") nil)
(bind c-mode-map (kbd "DEL") nil)
(c-set-offset 'substatement-open '0) ; brackets should be at same indentation level as the statements they open
(c-set-offset 'inline-open '+)