Merge branch 'master' of gitlab.com:chriscochrun/dotemacs
This commit is contained in:
commit
f10a624531
2 changed files with 4 additions and 0 deletions
|
@ -901,6 +901,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
|
@ -535,6 +535,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