summaryrefslogtreecommitdiffstats
path: root/lisp/init-dired.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-dired.el')
-rw-r--r--lisp/init-dired.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/init-dired.el b/lisp/init-dired.el
index 03fdb83..a5c8880 100644
--- a/lisp/init-dired.el
+++ b/lisp/init-dired.el
@@ -4,6 +4,9 @@
;; show human readable sizes in dired
(setq dired-listing-switches "-alh")
+ ;; show human readable free space
+ (setq directory-free-space-args "-h")
+
;; group directories first in dired if supported
(when (eq 0 (call-process insert-directory-program
nil nil nil "--group-directories-first"))