summaryrefslogtreecommitdiff
path: root/Pancake.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Pancake.hs')
-rw-r--r--Pancake.hs2
1 files changed, 1 insertions, 1 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=")