branch: externals/dtache commit 01a27b4dc2d1471af4e371d2e124947ae56272ca Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update README with reference to consult-dtache --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index e0eea597fb..c3641cfb74 100644 --- a/README.org +++ b/README.org @@ -163,6 +163,10 @@ The user have the possibility to integrate =dtache= with the package [[https://g (add-to-list 'embark-keymap-alist '(dtache . embark-dtache-map)) #+end_src +** Consult + +The [[https://gitlab.com/niklaseklund/consult-dtache][consult-dtache]] package provides the integration of =dtache= [[https://github.com/minad/consult][consult]]. The benefit of using this package is that the user has the ability to narrow the list of sessions based on different criterion. Since this package has external dependencies it is provided in its own repository. + ** Alert By default =dtache= uses the echo area to notify the user when a session has finished. An alternative is to utilize the [[https://github.com/jwiegley/alert][alert]] package to get a system notification instead.