Browse Source

Fix pack function

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

+ 1
- 1
emacs.el View File

@@ -1874,7 +1874,7 @@ the list."
(when nil (file-readable-p file)
(delete-file file)))))

(and (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack))
(and (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack-pack))
(add-hook 'dired-mode-hook
(lambda ()
(local-set-key "P" 'dired-do-pack-or-unpack))))


Loading…
Cancel
Save