Change emacsclient keybind
This commit is contained in:
parent
c22fe93fe2
commit
4b460885f4
|
@ -55,7 +55,7 @@
|
||||||
};
|
};
|
||||||
"launch-emacs" = {
|
"launch-emacs" = {
|
||||||
name = "Launch Emacs Client Window";
|
name = "Launch Emacs Client Window";
|
||||||
key = "Meta+Alt+E";
|
key = "Meta+Alt+X";
|
||||||
command = "emacsclient -c";
|
command = "emacsclient -c";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue