From 729011a5c280e70d50e4c965cc09b3214bd86978 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 10 Sep 2016 17:17:45 -0400 Subject: compile: Don't ask about saving --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 5849708..27d6296 100644 --- a/init.el +++ b/init.el @@ -1423,6 +1423,7 @@ (bind-keys :map km/compile-map ("c" . compile) ("g" . recompile)) + (setq compilation-ask-about-save nil) :config (advice-add 'compile :around -- cgit v1.2.3