From 18754eb2e6d7c453ef470f3cabd40ab00a94f9a6 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 3 Jun 2020 10:27:07 -0400 Subject: [PATCH] Correct osx location for emacs client. --- tridactyl/tridactylrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc index e19f8d6..c04f31e 100644 --- a/tridactyl/tridactylrc +++ b/tridactyl/tridactylrc @@ -26,7 +26,7 @@ unbind bind h tabprev bind l tabnext -js tri.browserBg.runtime.getPlatformInfo().then(os=>{const editorcmd = os.os=="mac" ? "/usr/local/emacsclient" : "emacsclient"; tri.config.set("editorcmd", editorcmd)}) +js tri.browserBg.runtime.getPlatformInfo().then(os=>{const editorcmd = os.os=="mac" ? "/usr/local/bin/emacsclient" : "emacsclient"; tri.config.set("editorcmd", editorcmd)}) " Better find. unbind