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.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-dired.el b/lisp/init-dired.el
index ac6f24b..3acfebe 100644
--- a/lisp/init-dired.el
+++ b/lisp/init-dired.el
@@ -9,8 +9,8 @@
(use-package dired
:ensure nil ;; package is bundled with emacs
:init
- ;; show human readable sizes in dired
- (setq dired-listing-switches "-alh")
+ ;; 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")