🐛 (nix/home-manager) Fix emacsclient keybinding command

This commit is contained in:
Marcel Kapfer 2023-07-27 16:20:14 +02:00
parent 959f76b0fc
commit 09f0798068
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
"binding" = "<Super>Return";
"command" = "emacsclient";
"command" = "emacsclient -c";
"name" = "Emacs (Client)";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {