Skip to content

Commit 7aa8385

Browse files
committed
Default to wayland backend when available for emacs-30
I can't reproduce either of the aforementioned issues anymore with emacs 30 and the current pgtk build etc so making this the default. Signed-off-by: Alex Murray <[email protected]>
1 parent 8291b0d commit 7aa8385

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

emacs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
# toolkit to use by checking if the XDG_SESSION_TYPE environment variable is
1111
# set to wayland or x11.
1212

13-
# FIXME - remove the following once the various issues like
14-
# https://github.com/alexmurray/emacs-snap/issues/78 and
15-
# https://github.com/alexmurray/emacs-snap/issues/79 are resolved
16-
: "${EMACS_TOOLKIT:=gtk}"
17-
1813
if [ -n "${XDG_SESSION_TYPE}" ]; then
1914
if [ "${XDG_SESSION_TYPE}" = "wayland" ]; then
2015
: "${EMACS_TOOLKIT:=wayland}"

0 commit comments

Comments
 (0)