# HG changeset patch # User Oleksandr Gavenko # Date 1321257515 -7200 # Node ID 0e9a1d4932957787e12e8716135e5a2b13f3a4fb # Parent c1c5a6b3255af94a84061ed3cfac61e0785b29d9# Parent e385d1d48a8df64570114dff6749114d9974fe1d merged diff -r e385d1d48a8d -r 0e9a1d493295 .emacs-my --- a/.emacs-my Sat Nov 12 13:18:30 2011 +0200 +++ b/.emacs-my Mon Nov 14 09:58:35 2011 +0200 @@ -1825,11 +1825,11 @@ (defun my-c-mode-common-hook () ;; Automatically inserte newlines after special characters such as brace, comma, semi-colon, and colon. - (c-toggle-auto-newline 1) + (c-toggle-auto-newline -1) ;; Delete all preceding whitespace by DEL. (c-toggle-hungry-state -1) ;; Auto indent after typing colon according to `c-hanging-colons-alist'. - (c-toggle-electric-state -1) + (c-toggle-electric-state 1) ) (add-hook 'c-mode-common-hook 'my-c-mode-common-hook) diff -r e385d1d48a8d -r 0e9a1d493295 stmcrblog.sh --- a/stmcrblog.sh Sat Nov 12 13:18:30 2011 +0200 +++ b/stmcrblog.sh Mon Nov 14 09:58:35 2011 +0200 @@ -30,7 +30,9 @@ echo ''