darwin/graphical: Use open to open emacs

This commit is contained in:
Charlotte Van Petegem 2024-07-27 11:17:36 +02:00
parent 317781f0cb
commit e069d5803b

View file

@ -5,7 +5,7 @@
enable = true;
skhdConfig = ''
cmd - return : open -na /Applications/iTerm.app
cmd + shift - return : emacs
cmd + shift - return : open -na ~/Application/Emacs.app
'';
};
}