Browse Source

Update pack command name

pull/15/head
10sr 7 years ago
parent
commit
6c38b88c5f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -1425,7 +1425,7 @@ the list."

(when (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack-pack))
(with-eval-after-load 'dired
(define-key dired-mode-map "P" 'dired-do-pack-or-unpack)))
(define-key dired-mode-map "P" 'pack-dired-dwim)))

(when (autoload-eval-lazily 'dired-list-all-mode)
(setq dired-listing-switches "-lhF")


Loading…
Cancel
Save