fix(qtile): don't hard-code editor launch command
This commit is contained in:
parent
535cdf65ed
commit
0411820cd8
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ keys = [
|
||||||
),
|
),
|
||||||
Key(
|
Key(
|
||||||
[Keys.SUPER, Keys.ALT], "e",
|
[Keys.SUPER, Keys.ALT], "e",
|
||||||
lazy.spawn("emacsclient -c -a 'emacs'"),
|
lazy.spawn(Apps.EDITOR),
|
||||||
desc="Launch Emacs",
|
desc="Launch Emacs",
|
||||||
),
|
),
|
||||||
Key(
|
Key(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue