Minor refactors across the board
This commit is contained in:
parent
ac55b6a826
commit
6b69eaa397
7 changed files with 29 additions and 26 deletions
|
@ -34,9 +34,6 @@
|
|||
(let (buffer-read-only)
|
||||
(forward-line 2) ;; beyond dir. header
|
||||
(sort-regexp-fields t "^.*$" "[ ]*." (point) (point-max))))
|
||||
(and (featurep 'xemacs)
|
||||
(fboundp 'dired-insert-set-properties)
|
||||
(dired-insert-set-properties (point-min) (point-max)))
|
||||
(set-buffer-modified-p nil))
|
||||
(add-hook 'dired-after-readin-hook #'+dired|sort-directories-first)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue