Andreas Zweili 2022-11-01 15:00:36 +01:00
parent a463ee10de
commit ff3a3f85b5
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
(add-hook 'dired-load-hook
(lambda ()
(load "dired-x")))
(put 'dired-find-alternate-file 'disabled nil)
(setq-default dired-listing-switches "-ahlv --group-directories-first")