Compare commits

..

No commits in common. "2dcc8b409fb66c2436605154c81dbc2812b8e205" and "ef54cca933394589a497f361c809be96ca0e0cf4" have entirely different histories.

View File

@ -1,12 +0,0 @@
#!/usr/bin/env zsh
setopt rcquotes
printf '%s' "${WAYLAND_DISPLAY}" |
/usr/bin/emacs --batch --insert=/dev/fd/0 \
--eval \
'(let ((wayland-display (buffer-string)))
(require ''server)
(server-eval-at
"server"
`(setenv "WAYLAND_DISPLAY" ,wayland-display)))'