X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/f53becdc1d9326824c04e88bda9a73f601f8e748..c2dbdaef837cbca8faa39bcad22a24320ab84045:/.emacs.d/lisp/bandali-dired.el diff --git a/.emacs.d/lisp/bandali-dired.el b/.emacs.d/lisp/bandali-dired.el index c7ed77f..0cbd7ed 100644 --- a/.emacs.d/lisp/bandali-dired.el +++ b/.emacs.d/lisp/bandali-dired.el @@ -25,9 +25,10 @@ ;;; Code: (with-eval-after-load 'dired + ;; (require 'ls-lisp) (setq dired-dwim-target t - dired-listing-switches "-alh" + dired-listing-switches "-alh --group-directories-first" dired-recent-directories-file (b/var "dired-recent-directories.el") ls-lisp-dirs-first t ls-lisp-use-insert-directory-program nil)