summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 3022c969..0c3f60ad 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -284,6 +284,7 @@
             (setq dired-dwim-target t
                   dired-recursive-copies 'top
                   dired-recursive-deletes 'top
+                  dired-listing-switches "-alh"
                   dired-bind-jump nil)
             (when (and (eq system-type 'darwin) (executable-find "gls"))
               (setq insert-directory-program (executable-find "gls")))
@@ -292,6 +293,7 @@
 (req-package dired-k
   :init (progn
           (add-hook 'dired-initial-position-hook #'dired-k)
+          (setq dired-k-human-readable t)
           (bind-key "g" #'dired-k dired-mode-map)))
 
 (req-package dired-x