You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e-sink was a program that allowed piping output to Emacs. It is not maintain and I do not believe it works on modern Emacs.
Anyway, there is a simpler way to implement this on macOS, at least:
open -a Emacs -f
We'll have to transform our e alias into a shell function and call that command if there are no arguments. If arguments are provided, call emacsclient.
The text was updated successfully, but these errors were encountered:
e-sink was a program that allowed piping output to Emacs. It is not maintain and I do not believe it works on modern Emacs.
Anyway, there is a simpler way to implement this on macOS, at least:
We'll have to transform our
e
alias into a shell function and call that command if there are no arguments. If arguments are provided, callemacsclient
.The text was updated successfully, but these errors were encountered: