diff --git a/init.el b/init.el index 4012cb6..6025c24 100644 --- a/init.el +++ b/init.el @@ -72,6 +72,10 @@ (global-diff-hl-mode) (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t)) +(use-package dired + :defer t + :config (setq dired-listing-switches "-alh")) + (use-package eldoc :config (global-eldoc-mode))