From 63d4cd3c4ee4da20cb55b1a27f46c7850371296c Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 23:00:07 -0600 Subject: system changes --- macos.local/.flake/home/programs/emacs/core.nix.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macos.local') diff --git a/macos.local/.flake/home/programs/emacs/core.nix.org b/macos.local/.flake/home/programs/emacs/core.nix.org index ddfb83f..356bfe0 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 + emacsclient -c & disown #+end_src Close the block. -- cgit v1.2.3