From fe9aaf2019489ed92606b23b203fcb786fe0870e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 18 Jun 2012 23:45:20 +0900 Subject: [PATCH] disable c hungry deletion --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 4202ae3..f6f7a7f 100644 --- a/emacs.el +++ b/emacs.el @@ -667,7 +667,7 @@ Return nil if library unfound and failed to download, otherwise the path where t (setq c-basic-offset 2 indent-tabs-mode nil) ;; (set-face-foreground 'font-lock-keyword-face "blue") - (c-toggle-hungry-state 1) + (c-toggle-hungry-state -1) )) (when (dllib-if-unfound "https://raw.github.com/mooz/js2-mode/master/js2-mode.el"