From e069d5803bab2e69305c8fcc4755fbe4d5fe7f6e Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 27 Jul 2024 11:17:36 +0200 Subject: [PATCH] darwin/graphical: Use open to open emacs --- modules/darwin/graphical/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/darwin/graphical/default.nix b/modules/darwin/graphical/default.nix index 5e4226f3..36cebcb3 100644 --- a/modules/darwin/graphical/default.nix +++ b/modules/darwin/graphical/default.nix @@ -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 ''; }; }