summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el6
-rw-r--r--archive/.emacs.d/site-lisp/dired-sort-map.el (renamed from .emacs.d/site-lisp/dired-sort-map.el)0
2 files changed, 2 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7ada07e5..e9dec2c7 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -446,16 +446,14 @@ hooks listed in `lisp-major-mode-hooks'."
(setq dired-recursive-deletes 'always
dired-recursive-copies 'always
- dired-dwim-target t)
+ dired-dwim-target t
+ dired-listing-switches "--group-directories-first -alh")
;; should be able to unzip with Z
(with-eval-after-load "dired-aux"
(add-to-list 'dired-compress-file-suffixes
'("\\.zip\\'" ".zip" "unzip")))
-(use-package dired-sort-map
- :init (setq dired-listing-switches "--group-directories-first -alh"))
-
(use-package git-annex
:if (spw--optional-pkg-available-p "git-annex"))
diff --git a/.emacs.d/site-lisp/dired-sort-map.el b/archive/.emacs.d/site-lisp/dired-sort-map.el
index 86894110..86894110 100644
--- a/.emacs.d/site-lisp/dired-sort-map.el
+++ b/archive/.emacs.d/site-lisp/dired-sort-map.el