Add Doom Emacs
This commit is contained in:
parent
2163e61821
commit
721504d51b
8 changed files with 702 additions and 8 deletions
|
|
@ -90,11 +90,11 @@ myAdditionalKeys = [
|
|||
("M-S-h", sendMessage (IncMasterN 1)),
|
||||
("M-S-l", sendMessage (IncMasterN (-1))),
|
||||
("M-S-<Return>", windows W.swapMaster),
|
||||
("M-d", spawn "rofi -show run"),
|
||||
("M-d", spawn "rofi -show drun"),
|
||||
("M-s", spawn "rofi -show ssh"),
|
||||
("M-w", spawn "firefox"),
|
||||
("M-i", spawn $ myTerminal ++ " -e htop"),
|
||||
("M-e", spawn $ myTerminal ++ " -e neomutt"),
|
||||
("M-e", spawn "emacsclient -c"),
|
||||
("M-r", spawn $ myTerminal ++ " -e ranger"),
|
||||
("M-y", spawn $ myTerminal ++ " -e calcurse"),
|
||||
("M-v", spawn $ myTerminal ++ " -e ncmpcpp -s visualizer"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue