emacs-exwm / xelb

X protocol Emacs Lisp Binding
https://elpa.gnu.org/packages/xelb.html
GNU General Public License v3.0
26 stars 4 forks source link

Fix lint error from `make-network-process` call #19

Closed Stebalien closed 7 months ago

Stebalien commented 7 months ago

The byte-compiler doesn't like the lack of a :service parameter. It works just fine, but we might as well make it happy. It looks like upstream Emacs source code uses (... :family 'local :service socket) as well.