system changes
This commit is contained in:
parent
d1706bd2b5
commit
63d4cd3c4e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue