fix(qtile): doom everywhere -> doom +everywhere
This commit is contained in:
parent
df88090752
commit
0529609818
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ keys = [
|
|||
),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.ALT, Keys.CONTROL], "e",
|
||||
lazy.spawn("doom everywhere"),
|
||||
lazy.spawn("doom +everywhere"),
|
||||
desc="Launch Emacs 'everywhere' window",
|
||||
),
|
||||
Key(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue