summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-dired.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-dired.el b/lisp/init-dired.el
index 5bdb66b..63b4c7c 100644
--- a/lisp/init-dired.el
+++ b/lisp/init-dired.el
@@ -7,9 +7,6 @@
;; show human readable sizes in dired and sort dotfiles first
(setq dired-listing-switches "-alhv")
- ;; show human readable free space
- (setq directory-free-space-args "-h")
-
:bind (("M-<up>" . dired-up-directory))
:config