Skip to content

Commit

Permalink
(docs): update org-protocol instructions (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
benthamite committed Jan 14, 2024
1 parent 2e94f55 commit 8667e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/org-roam.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8667e44

Please sign in to comment.