system changes

This commit is contained in:
jjanzen 2025-01-07 23:02:43 -06:00
parent 63d4cd3c4e
commit b491d007a3

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
emacsclient -c & disown
/etc/profiles/per-user/bin/emacsclient -c & disown
#+end_src
Close the block.