Currently if I open two instances of emacs, the use-package call fails because the address is already in use:
Cannot bind server socket: Address already in use
The example README.md could be modified to wrap the use-package call within a with-demoted-errors so that emacs starts up normally, but then org-hyperscheduler-open can be called only from the first instance of emacs.
Should there be an unique server per machine? One server per instance of emacs? Is this wrapper enough?
Currently if I open two instances of emacs, the
use-packagecall fails because the address is already in use:The example README.md could be modified to wrap the
use-packagecall within awith-demoted-errorsso that emacs starts up normally, but thenorg-hyperscheduler-opencan be called only from the first instance of emacs.Should there be an unique server per machine? One server per instance of emacs? Is this wrapper enough?