summaryrefslogtreecommitdiff
path: root/packages/dired.el
blob: 2f25809c5d41e968b309b50100ae159d8247d5db (plain)
1
2
3
4
(use-package dired
  :custom
  (dired-listing-switches "-ahlZ --group-directories-first")
  (dired-kill-when-opening-new-dired-buffer t))