fix(qtile): don't hard-code editor launch command

This commit is contained in:
Infinidoge 2022-08-12 03:13:45 -04:00
parent 535cdf65ed
commit 0411820cd8

View file

@ -374,7 +374,7 @@ keys = [
),
Key(
[Keys.SUPER, Keys.ALT], "e",
lazy.spawn("emacsclient -c -a 'emacs'"),
lazy.spawn(Apps.EDITOR),
desc="Launch Emacs",
),
Key(