From b491d007a3d2e4ed036c5ee1a93e85cb22f6f683 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 23:02:43 -0600 Subject: system changes --- macos.local/.flake/home/programs/emacs/core.nix.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macos.local') diff --git a/macos.local/.flake/home/programs/emacs/core.nix.org b/macos.local/.flake/home/programs/emacs/core.nix.org index 356bfe0..a717a6c 100644 --- a/macos.local/.flake/home/programs/emacs/core.nix.org +++ b/macos.local/.flake/home/programs/emacs/core.nix.org @@ -20,7 +20,7 @@ Define a macOS application wrapper for =emacsclient=. Run =emacsclient= and disown the process before closing. #+begin_src sh #!/bin/sh - emacsclient -c & disown + /etc/profiles/per-user/bin/emacsclient -c & disown #+end_src Close the block. -- cgit v1.2.3