From 69861a33a0cad4a09a00f5391e0dc5e9ff28fa66 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 9 Aug 2013 12:16:42 +0300 Subject: [PATCH] Clean up updated prelude-open-with --- core/prelude-core.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 154e801..0ab8b85 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -41,9 +41,8 @@ With a prefix ARG always prompt for command to use." (interactive "P") (when buffer-file-name - (start-process "prelude-open-with-processes" - "external-file-buffer" - "setsid" + (start-process "prelude-open-with-process" + "*prelude-open-with-output*" (cond ((and (not arg) (eq system-type 'darwin)) "open") ((and (not arg) (member system-type '(gnu gnu/linux gnu/kfreebsd))) "xdg-open")