summaryrefslogtreecommitdiff
path: root/pancake.el
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-01 06:10:16 +0300
committerdefanor <defanor@uberspace.net>2017-11-01 06:10:16 +0300
commit24dabb5a30aabbbb34b3e22208589c30c1bcc3e9 (patch)
treec387396aabb7b5f132acc3ae614cd0e3b14535ab /pancake.el
parente17fa56246f857eea2b83d497ff740dbea2f5b6f (diff)
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.
Diffstat (limited to 'pancake.el')
-rw-r--r--pancake.el2
1 files changed, 1 insertions, 1 deletions
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)