diff options
-rw-r--r-- | dired-conf.el | 5 | ||||
-rw-r--r-- | init.el | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/dired-conf.el b/dired-conf.el index 636fcb6..e4aa4b8 100644 --- a/dired-conf.el +++ b/dired-conf.el @@ -4,9 +4,12 @@ (require 'dired-x) (require 'files) (set 'insert-directory-program "gls") -(set 'dired-listing-switches "-alh --dired --group-directories-first") +(set 'dired-listing-switches + "-alh --dired --group-directories-first --time-style=long-iso") (setq dired-dwim-target t) +(add-hook 'dired-mode-hook #'hl-line-mode) + (require 'dired-aux) (setq dired-isearch-filenames 'dwim) @@ -174,6 +174,7 @@ no effect." notmuch-tree-mode-hook org-agenda-mode-hook tabulated-list-mode-hook + dired-mode-hook blist-mode-hook))) (mapc (lambda (hook) |