Add Doom Emacs

This commit is contained in:
Paul-Henri Froidmont 2023-03-17 13:02:05 +01:00
parent 2163e61821
commit 721504d51b
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
8 changed files with 702 additions and 8 deletions

View file

@ -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"),