[Dired] Enable quicksorting for windows
This commit is contained in:
parent
e9870a7ce7
commit
98bcd19b72
2
init.el
2
init.el
@ -785,6 +785,8 @@ _h_ _l_ _o_k _y_ank
|
|||||||
(error "No more than 2 files should be marked"))))
|
(error "No more than 2 files should be marked"))))
|
||||||
|
|
||||||
(require 'dired-quick-sort)
|
(require 'dired-quick-sort)
|
||||||
|
(when (eq system-type 'windows-nt)
|
||||||
|
(setq ls-lisp-use-insert-directory-program t))
|
||||||
(dired-quick-sort-setup)
|
(dired-quick-sort-setup)
|
||||||
|
|
||||||
(bind-key [remap beginning-of-buffer]
|
(bind-key [remap beginning-of-buffer]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user