#+title: Emacs Daemon =launchd= Entry Create a =launchd= entry for Emacs daemon to run at login. #+begin_src xml :tangle ~/Library/LaunchAgents/gnu.emacs.daemon.plist :mkdirp yes Label gnu.emacs.daemon ProgramArguments /opt/homebrew/bin/emacs --daemon RunAtLoad ServiceDescription Gnu Emacs Daemon #+end_src