Correct osx location for emacs client.
This commit is contained in:
parent
cc38ba2ecf
commit
18754eb2e6
|
@ -26,7 +26,7 @@ unbind <C-b>
|
||||||
bind h tabprev
|
bind h tabprev
|
||||||
bind l tabnext
|
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.
|
" Better find.
|
||||||
unbind <C-f>
|
unbind <C-f>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user