(docs): update org-protocol instructions (#2401)

This commit is contained in:
Pablo Stafforini
2024-01-14 16:42:08 -03:00
committed by GitHub
parent 2e94f55cc5
commit 8667e44187

View File

@ -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