~edwargix/emacs.d

89787d11d30e91352aeeba9d1292ab9d535b5a88 — David Florness 6 years ago 5688e6a
Start dired with details hidden
1 files changed, 3 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +3 -0
@@ 48,6 48,9 @@
(setq make-backup-files nil)


(add-hook 'dired-mode-hook (lambda () (dired-hide-details-mode t)))


(use-package fzf
  :commands fzf-projectile
  :init