mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-16 06:23:59 +05:30
disable emac 2
This commit is contained in:
parent
1e18ba1bd5
commit
a74ddd2ee8
9 changed files with 16 additions and 32 deletions
|
|
@ -191,7 +191,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) =
|
|||
-- launch a terminal
|
||||
((modm, xK_Return), spawn $ XMonad.terminal conf),
|
||||
|
||||
-- launch emacsclient
|
||||
-- launch editor
|
||||
((modm, xK_a), spawn mySpawnEditor),
|
||||
|
||||
-- launch browser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue