summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/core/core-editor.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/core/core-editor.el b/emacs.d/core/core-editor.el
index 1072fdd..ebf47c3 100644
--- a/emacs.d/core/core-editor.el
+++ b/emacs.d/core/core-editor.el
@@ -18,6 +18,12 @@
(exec-path-from-shell-initialize)
(exec-path-from-shell-copy-envs '("TMPDIR"))))
+(use-package dired
+ :commands dired
+ :init
+ (setq dired-listing-switches
+ "-laGhv"))
+
(use-package ag
:ensure t
:defer t)