summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-navigation.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-11-23 13:34:46 -0800
committerFranck Cuny <fcuny@twitter.com>2019-11-23 13:34:46 -0800
commit3f96fd9b228a71876b86be8ad967d36d772f27cd (patch)
treedee09615f184babcd124d8f933f0b236be0a6ebc /emacs.d/custom/fcuny-navigation.el
parent[emacs] Add a new theme: spacemacs. (diff)
downloademacs.d-3f96fd9b228a71876b86be8ad967d36d772f27cd.tar.gz
[emacs] don't hide directories info.
I prefer to see the details, it's easier to understand what I'm
looking at.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-navigation.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el
index c86e53f..fe9db20 100644
--- a/emacs.d/custom/fcuny-navigation.el
+++ b/emacs.d/custom/fcuny-navigation.el
@@ -35,10 +35,8 @@
 
 (use-package dired
   :defer t
-  :hook (dired-mode . dired-hide-details-mode)
   :bind (("C-x C-d" . dired)
          ("C-x C-j" . dired-jump))
-
   :init
   (setq-default dired-dwim-target t)
   (setq-default dired-listing-switches "-alh")