adding better visibility in dired

This commit is contained in:
Chris Cochrun 2022-11-22 11:36:45 -06:00
parent ff9a02b6c9
commit 754f64e140
2 changed files with 20 additions and 4 deletions

View file

@ -2237,7 +2237,8 @@ I'm making a small function in here to open files in the appropriate program usi
(defun chris/setup-dired ()
"setup dired"
(setq truncate-lines t)
(visual-line-mode nil))
(visual-line-mode nil)
(dired-hide-details-mode t))
(setq dired-dwim-target t
delete-by-moving-to-trash t
@ -2247,7 +2248,6 @@ I'm making a small function in here to open files in the appropriate program usi
(setq dired-hide-details-hide-symlink-targets nil
dired-kill-when-opening-new-dired-buffer t)
(add-hook 'dired-mode-hook 'chris/setup-dired)
;; (remove-hook 'dired-mode-hook #'dired-hide-details-mode)
:general
(chris/leader-keys