summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index dc61a27..5ad7ba0 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -136,6 +136,10 @@
;; Dired
+(use-package dired
+ :defer t
+ :custom (dired-listing-switches (concat dired-listing-switches " -h")))
+
(put 'dired-find-alternate-file 'disabled nil)
(my/with-add-hook 'dired-mode-hook