branch: externals/dtache commit c3babe1daefdc5e5a731fef02b8e909424532638 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Fix attach property of eshell/shell sessions --- dtache-eshell.el | 2 +- dtache-shell.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dtache-eshell.el b/dtache-eshell.el index c58b8c8f8c..dd50fb1ff1 100644 --- a/dtache-eshell.el +++ b/dtache-eshell.el @@ -33,7 +33,7 @@ ;;;; Variables (defcustom dtache-eshell-session-action - '(:attach dtache-tail-session + '(:attach dtache-shell-command-attach-session :view dtache-view-dwim :run dtache-shell-command) "Actions for a session created with `dtache-eshell'." diff --git a/dtache-shell.el b/dtache-shell.el index 890a67d89a..10a1ebfe45 100644 --- a/dtache-shell.el +++ b/dtache-shell.el @@ -30,7 +30,7 @@ ;;;; Variables (defcustom dtache-shell-session-action - '(:attach dtache-tail-session + '(:attach dtache-shell-command-attach-session :view dtache-view-dwim :run dtache-shell-command) "Actions for a session created with `dtache-shell'."