summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Pancake/Configuration.hs2
-rw-r--r--README2
2 files changed, 2 insertions, 2 deletions
diff --git a/Pancake/Configuration.hs b/Pancake/Configuration.hs
index 477dee1..7c537bc 100644
--- a/Pancake/Configuration.hs
+++ b/Pancake/Configuration.hs
@@ -83,7 +83,7 @@ instance Default Config where
++ " && echo -e '\n-pancake-'")
, ("gopher", "curl \"${URI}\""
++ " -w \"\n-pancake-\n\"")]
- , defaultCommand = "curl -4 -L \"${URI}\""
+ , defaultCommand = "curl --compressed -4 -L \"${URI}\""
++ " -w \"\n-pancake-\nuri: %{url_effective}\ntype: %{content_type}\n\""
, externalViewers = M.fromList $
map (flip (,) "emacsclient -n \"${FILE}\"")
diff --git a/README b/README
index 577c642..5a1ea8f 100644
--- a/README
+++ b/README
@@ -91,7 +91,7 @@ directory, and would look approximately like this::
commands:
gopher: torify curl "${URI}"
ssh: scp "${URI_REGNAME}:${URI_PATH}" /dev/stdout
- defaultCommand: ! 'curl -4 -L "${URI}" -w "
+ defaultCommand: ! 'curl --compressed -4 -L "${URI}" -w "
-pancake-