Change emacsclient keybind

This commit is contained in:
Evie Litherland-Smith 2024-06-19 18:02:08 +01:00
parent c22fe93fe2
commit 4b460885f4

View file

@ -55,7 +55,7 @@
};
"launch-emacs" = {
name = "Launch Emacs Client Window";
key = "Meta+Alt+E";
key = "Meta+Alt+X";
command = "emacsclient -c";
};
};