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))
'(delete-by-moving-to-trash t)
'(dired-listing-switches
"-alhv")
"-alhv --group-directories-first")
'(elpy-eldoc-show-current-function
nil)
'(elpy-rpc-timeout 4)

Loading…
Cancel
Save