universeair: keybind to me-emacs

This commit is contained in:
2024-07-13 10:05:03 -04:00
parent be0b31c429
commit bec7b9cc4d

View File

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