diff options
Diffstat (limited to 'init/dired')
-rw-r--r-- | init/dired/init-dired.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/dired/init-dired.el b/init/dired/init-dired.el new file mode 100644 index 0000000..1d47ccf --- /dev/null +++ b/init/dired/init-dired.el @@ -0,0 +1,4 @@ +(setq dired-listing-switches "-alh" + dired-kill-when-opening-new-dired-buffer t) + +(provide 'init-dired) |