emacsorphanage / dired-k

Highlighting dired buffer like k
82 stars 7 forks source link

Not change color of file name (change by date) #47

Open alexei-28 opened 7 years ago

alexei-28 commented 7 years ago

Windows 10, Emacs 25.1, Dired+, Dired-K

Suppose current time is 20:31

Here my init.el

(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:

dired-k

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?

syohex commented 4 years ago

Sorry very late reply. I cannot reproduce this issue.