Making dired make more sense
This commit is contained in:
parent
210b0b67c3
commit
b7efc8cc87
2 changed files with 4 additions and 0 deletions
|
@ -871,6 +871,8 @@ I'm making a small function in here to open files in the appropriate program usi
|
||||||
|
|
||||||
(setq dired-dwim-target t)
|
(setq dired-dwim-target t)
|
||||||
|
|
||||||
|
(setq dired-listing-switches "-aoh --group-directories-first")
|
||||||
|
|
||||||
:general
|
:general
|
||||||
(chris/leader-keys
|
(chris/leader-keys
|
||||||
:states 'normal
|
:states 'normal
|
||||||
|
|
2
init.el
2
init.el
|
@ -511,6 +511,8 @@ vertically."
|
||||||
|
|
||||||
(setq dired-dwim-target t)
|
(setq dired-dwim-target t)
|
||||||
|
|
||||||
|
(setq dired-listing-switches "-aoh --group-directories-first")
|
||||||
|
|
||||||
:general
|
:general
|
||||||
(chris/leader-keys
|
(chris/leader-keys
|
||||||
:states 'normal
|
:states 'normal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue