From ff118418a0cd6bce8f4557a7b3116d98f7942821 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Thu, 20 May 2021 13:52:29 -0500 Subject: [PATCH] Changed ls to group directories first --- custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.el b/custom.el index 9338451..749684e 100644 --- a/custom.el +++ b/custom.el @@ -22,7 +22,7 @@ default)) '(delete-by-moving-to-trash t) '(dired-listing-switches - "-alhv") + "-alhv --group-directories-first") '(elpy-eldoc-show-current-function nil) '(elpy-rpc-timeout 4)