branch: externals/detached
commit 11a889668efaf2e68143ca0113f0624094b014e4
Author: Niklas Eklund <niklas.ekl...@posteo.net>
Commit: Niklas Eklund <niklas.ekl...@posteo.net>

    Add todo for manual tailing
---
 detached.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/detached.el b/detached.el
index f360413bf3..e3ae6f1a5a 100644
--- a/detached.el
+++ b/detached.el
@@ -1396,6 +1396,8 @@ If event is cased by an update to the `detached' 
database, re-initialize
 (defvar detached-log-mode-map
   (let ((map (make-sparse-keymap)))
     (define-key map (kbd detached-detach-key) #'detached-detach-session)
+    ;; TODO(Niklas Eklund, 20220530): Add refresh command (g), good
+    ;; for manual tailing
     map)
   "Keymap for `detached-log-mode'.")
 

Reply via email to