Browse Source

Changed ls to group directories first

master
Raphael Roberts 5 years ago
parent
commit
ff118418a0
  1. 2
      custom.el

2
custom.el

@ -22,7 +22,7 @@
default)) default))
'(delete-by-moving-to-trash t) '(delete-by-moving-to-trash t)
'(dired-listing-switches '(dired-listing-switches
"-alhv")
"-alhv --group-directories-first")
'(elpy-eldoc-show-current-function '(elpy-eldoc-show-current-function
nil) nil)
'(elpy-rpc-timeout 4) '(elpy-rpc-timeout 4)

Loading…
Cancel
Save