add emacs keybinding emacs daemon is currently started by systemd-user
la-ninpre leobrekalini@gmail.com
Sun, 25 Jul 2021 23:05:22 +0300
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
xmonad.hs
→
xmonad.hs
@@ -323,6 +323,7 @@ , ("M-w", spawn (myBrowser))
, ("M-i", spawn (myTerminal ++ " --class alacritty,amfora -e " ++ myGeminiClient)) + , ("M-S-e", spawn "emacsclient -c") -- Kill windows , ("M-S-c", kill1) -- Kill the currently focused client , ("M-S-a", killAll) -- Kill all windows on current workspace