diff options
| author | Jani Nikula <jani@nikula.org> | 2015-08-15 12:05:14 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-09-29 08:25:25 -0300 |
| commit | 17fcf24d8b2dd6afcda2e3eaf40f9b7b51d8f30d (patch) | |
| tree | 2101776169381345a46663af32cb177ad251add8 /doc | |
| parent | cb4e73b73664147404fbb835d1749b2c9326da24 (diff) | |
notmuch-emacs-mua: add --auto-daemon option to start Emacs daemon as needed
Automatically starting Emacs in daemon mode if the Emacs server is not
running is a matter of preference better not hard coded in
notmuch-emacs-mua. Add an option to control the behaviour.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-emacs-mua.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/man1/notmuch-emacs-mua.rst b/doc/man1/notmuch-emacs-mua.rst index 7c2f5c24..89a2fead 100644 --- a/doc/man1/notmuch-emacs-mua.rst +++ b/doc/man1/notmuch-emacs-mua.rst @@ -37,8 +37,13 @@ Supported options for **notmuch-emacs-mua** include Even if a window system is available, use the current terminal. ``--client`` - Use **emacsclient**, rather than **emacs**. This will start - an Emacs daemon process if necessary. + Use **emacsclient**, rather than **emacs**. For + **emacsclient** to work, you need an already running Emacs + with a server, or use ``--auto-daemon``. + + ``--auto-daemon`` + Automatically start Emacs in daemon mode, if the Emacs server + is not running. Applicable with ``--client``. ``--print`` Output the resulting elisp to stdout instead of evaluating it. |
