Correct osx location for emacs client.

This commit is contained in:
James Patrick 2020-06-03 10:27:07 -04:00
parent cc38ba2ecf
commit 18754eb2e6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ unbind <C-b>
bind h tabprev
bind l tabnext
js tri.browserBg.runtime.getPlatformInfo().then(os=>{const editorcmd = os.os=="mac" ? "/usr/local/emacsclient" : "emacsclient"; tri.config.set("editorcmd", editorcmd)})
js tri.browserBg.runtime.getPlatformInfo().then(os=>{const editorcmd = os.os=="mac" ? "/usr/local/bin/emacsclient" : "emacsclient"; tri.config.set("editorcmd", editorcmd)})
" Better find.
unbind <C-f>