From 8667e441876cd2583fbf7282a65796ea149f0e5f Mon Sep 17 00:00:00 2001 From: Pablo Stafforini Date: Sun, 14 Jan 2024 16:42:08 -0300 Subject: [PATCH] (docs): update org-protocol instructions (#2401) --- doc/org-roam.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-roam.org b/doc/org-roam.org index bc4cdf8..913225c 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -1061,7 +1061,7 @@ For Mac OS, we need to create our own application. on open location this_URL set EC to "/usr/local/bin/emacsclient --no-wait " set filePath to quoted form of this_URL - do shell script EC & filePath + do shell script EC & filePath & " &> /dev/null &" tell application "Emacs" to activate end open location #+end_src