dired: show human-readable file sizes

This commit is contained in:
Jonas Bernoulli 2016-05-17 18:40:00 +02:00
parent d8006b663e
commit 6aba44db51

View File

@ -72,6 +72,10 @@
(global-diff-hl-mode)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
(use-package dired
:defer t
:config (setq dired-listing-switches "-alh"))
(use-package eldoc
:config (global-eldoc-mode))