Deploying to gh-pages from @ 8667e44187 🚀

This commit is contained in:
jethrokuan
2024-01-14 19:42:32 +00:00
parent 41216d905d
commit 1656dffedf

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