From 24dabb5a30aabbbb34b3e22208589c30c1bcc3e9 Mon Sep 17 00:00:00 2001 From: defanor Date: Wed, 1 Nov 2017 06:10:16 +0300 Subject: Don't rely on INSIDE_EMACS It is getting set by M-x term and shell as well, so it's wrong to decide whether to run in the embedded mode based on it. --- pancake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pancake.el') diff --git a/pancake.el b/pancake.el index b2fa8da..ecab7a4 100644 --- a/pancake.el +++ b/pancake.el @@ -93,7 +93,7 @@ "Foreground face for white color." :group 'pancake) -(defcustom pancake-command '("pancake") +(defcustom pancake-command '("pancake" "--embedded") "A command that runs pancake, along with its arguments" :group 'pancake) -- cgit v1.2.3