From 1656dffedf1bf28206a0b2d288b7ef33607f7f20 Mon Sep 17 00:00:00 2001 From: jethrokuan Date: Sun, 14 Jan 2024 19:42:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=208667e?= =?UTF-8?q?441876cd2583fbf7282a65796ea149f0e5f=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org-roam.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.org b/org-roam.org index bc4cdf8..913225c 100644 --- a/org-roam.org +++ b/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