system changes

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

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
emacsclient -c & disown
#+end_src
Close the block.