summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Pancake.hs2
-rw-r--r--README.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/Pancake.hs b/Pancake.hs
index 87d5700..3af6d7a 100644
--- a/Pancake.hs
+++ b/Pancake.hs
@@ -406,7 +406,7 @@ instance Default Config where
, ("gopher", "curl \"${URI}\"")]
, defaultCommand = "curl -4 -L \"${URI}\""
, externalViewers = M.fromList $
- map (flip (,) "emacsclient") ["hs", "cabal", "c", "h", "el", "scm", "idr"]
+ map (flip (,) "emacsclient -n") ["hs", "cabal", "c", "h", "el", "scm", "idr"]
++ map (flip (,) "xdg-open") ["svg", "png", "jpg", "jpeg", "gif", "pdf"]
, shortcuts = M.fromList
[ ("ddg", "https://duckduckgo.com/lite/?q=")
diff --git a/README.org b/README.org
index 07c2c73..77e1e26 100644
--- a/README.org
+++ b/README.org
@@ -39,7 +39,7 @@ documentation (~C-h m~) for those.
#+BEGIN_SRC yaml
externalViewers:
png: xdg-open
- hs: emacsclient
+ hs: emacsclient -n
commands:
gopher: torify curl "${URI}"
ssh: scp "${URI_REGNAME}:${URI_PATH}" /dev/stdout