From 23a6644512fb313917b666438c72ab91f10aebb8 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 28 Oct 2019 19:22:06 +0900 Subject: [PATCH] Update comment --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index a58a1b9..c3f2401 100644 --- a/emacs.el +++ b/emacs.el @@ -2410,7 +2410,8 @@ Any output will be written to current buffer." ;; (set-variable 'dired-k-date-colors ;; `((,most-positive-fixnum))) - ;; always execute dired-k when dired buffer is opened + ;; always execute dired-k when dired buffer is opened and reverted + ;; TODO: Always up-to-date (add-hook 'dired-after-readin-hook #'dired-k-no-revert) )