diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 23:02:43 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 23:02:43 -0600 |
commit | b491d007a3d2e4ed036c5ee1a93e85cb22f6f683 (patch) | |
tree | cc64a7d155b7fe19bc23346bb29218a58b3efca9 | |
parent | 63d4cd3c4ee4da20cb55b1a27f46c7850371296c (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 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. |