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) )