From 17605b08b7dad5bd8f54a0d7cba69a132de78c63 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Wed, 13 May 2020 21:07:32 +0200 Subject: Sort dotfiles first in dired --- lisp/init-dired.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-dired.el') 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") -- cgit v1.2.3