From ba18e42a2b535acaa0c6839a15ed647a8d71e3fb Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 23:03:49 -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 a717a6c..10e6e3a 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 - /etc/profiles/per-user/bin/emacsclient -c & disown + /etc/profiles/per-user/jjanzen/bin/emacsclient -c & disown #+end_src Close the block. -- cgit v1.2.3