mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-17 20:48:30 -04:00
dired: show human-readable file sizes
This commit is contained in:
parent
d8006b663e
commit
6aba44db51
4
init.el
4
init.el
@ -72,6 +72,10 @@
|
|||||||
(global-diff-hl-mode)
|
(global-diff-hl-mode)
|
||||||
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
|
(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
|
(use-package eldoc
|
||||||
:config (global-eldoc-mode))
|
:config (global-eldoc-mode))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user