(require 'dired+)
(require 'dired-k)
(define-key dired-mode-map (kbd "K") 'dired-k)
(define-key dired-mode-map (kbd "g") 'dired-k)
(add-hook 'dired-initial-position-hook 'dired-k)
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)
And I want to change color of files name that has recently changed.
Here screenshot:
As you can see the settings are:
Elapsed seconds from last modified: 60Color: white
But file names: test1.log, test2.txt, test3.rc NOT change it's color to WHITE!
Windows 10, Emacs 25.1, Dired+, Dired-K
Suppose current time is 20:31
Here my init.el
Here screenshot:
As you can see the settings are:
Elapsed seconds from last modified: 60 Color: white
But file names: test1.log, test2.txt, test3.rc NOT change it's color to WHITE!
Why?