mirror of
https://github.com/org-roam/org-roam
synced 2025-08-09 12:57:22 -05:00
(docs): update org-protocol instructions (#2401)
This commit is contained in:
@ -1061,7 +1061,7 @@ For Mac OS, we need to create our own application.
|
|||||||
on open location this_URL
|
on open location this_URL
|
||||||
set EC to "/usr/local/bin/emacsclient --no-wait "
|
set EC to "/usr/local/bin/emacsclient --no-wait "
|
||||||
set filePath to quoted form of this_URL
|
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
|
tell application "Emacs" to activate
|
||||||
end open location
|
end open location
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Reference in New Issue
Block a user