summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-09-10 17:17:45 -0400
committerKyle Meyer <kyle@kyleam.com>2016-09-10 17:17:45 -0400
commit729011a5c280e70d50e4c965cc09b3214bd86978 (patch)
tree36ad4f1a4bc306abe46c009d615af6a9476b0082 /init.el
parent4e9bda130b5c0d7e80fc05fd545a9e63b2cfffdf (diff)
downloademacs.d-729011a5c280e70d50e4c965cc09b3214bd86978.tar.gz
compile: Don't ask about saving
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
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