universeair: Launch Emacs not Client

This commit is contained in:
2024-02-12 14:00:29 -05:00
parent 29c6c7c94c
commit 30bc9d7875

View File

@@ -2,7 +2,7 @@
services.skhd = {
enable = true;
skhdConfig = ''
cmd + shift - e : emacsclient --create-frame --alternate-editor=""
cmd + shift - e : open '${pkgs.mac-emacs}/Applications/Emacs.app'
cmd + shift + ctrl - e : kitty -d ~ -1
'';
};