🐛 (nix/home-manager) Fix emacsclient keybinding command
This commit is contained in:
parent
959f76b0fc
commit
09f0798068
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
};
|
};
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
||||||
"binding" = "<Super>Return";
|
"binding" = "<Super>Return";
|
||||||
"command" = "emacsclient";
|
"command" = "emacsclient -c";
|
||||||
"name" = "Emacs (Client)";
|
"name" = "Emacs (Client)";
|
||||||
};
|
};
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
|
||||||
|
|
Loading…
Reference in a new issue