From d29265153d834d1d4cbc83f2e7e300ad7f5670cd Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 2 Dec 2019 14:40:55 -0600 Subject: [PATCH] Changed dired-listing-switches to use the version number sort --- custom.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom.el b/custom.el index 78e22cd..a6212b2 100644 --- a/custom.el +++ b/custom.el @@ -14,7 +14,8 @@ nil) '(company-show-numbers t) '(delete-by-moving-to-trash t) - '(dired-listing-switches "-alh") + '(dired-listing-switches + "-alhv") '(elpy-eldoc-show-current-function nil) '(elpy-rpc-timeout 4)