diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 23:03:49 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 23:03:49 -0600 |
commit | ba18e42a2b535acaa0c6839a15ed647a8d71e3fb (patch) | |
tree | 1d3d660df9c8c7a66795b7740c6104b98b7db0f6 | |
parent | b491d007a3d2e4ed036c5ee1a93e85cb22f6f683 (diff) |
system changes
-rw-r--r-- | macos.local/.flake/home/programs/emacs/core.nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
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. |