From 863552cdd9aadebd89ed9334a31daa54092d8068 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 14 Jun 2014 23:08:53 -0400 Subject: Give advice to recompile a better name --- lisp/init-external.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/init-external.el b/lisp/init-external.el index bfdd5b3..115c060 100644 --- a/lisp/init-external.el +++ b/lisp/init-external.el @@ -48,7 +48,7 @@ is non-nil." ;;; Compilation -(defadvice recompile (around restore-windows activate) +(defadvice recompile (around prevent-window-on-compilation activate) "Prevent recompiling from spawning new windows." (save-window-excursion ad-do-it)) -- cgit v1.2.3