system changes

This commit is contained in:
jjanzen 2025-01-07 23:03:49 -06:00
parent b491d007a3
commit ba18e42a2b

View file

@ -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.