From e11bb3ba57aee46453e015d9209b0f4128a5b08f Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 23 Mar 2021 19:55:14 +0100 Subject: Revert "Sort dotfiles first in dired" This reverts commit 17605b08b7dad5bd8f54a0d7cba69a132de78c63. --- 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 63b4c7c..7ff4c23 100644 --- a/lisp/init-dired.el +++ b/lisp/init-dired.el @@ -4,8 +4,8 @@ (use-package dired :init - ;; show human readable sizes in dired and sort dotfiles first - (setq dired-listing-switches "-alhv") + ;; show human readable sizes in dired + (setq dired-listing-switches "-alh") :bind (("M-" . dired-up-directory)) -- cgit v1.2.3