Browse Source

Add a valie

master
10sr 5 years ago
parent
commit
2383c86044
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el View File

@@ -1629,7 +1629,9 @@ ARG is num to show, or defaults to 7."
'(file-readable-p file)
(delete-file file)))))

(when (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack-pack))
(when (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack-pack)
(add-to-list 'pack-program-alist
'("\\.txz\\'" :pack "tar -cJf" :unpack "tar -xf")))
(set-variable 'pack-silence
t)
(with-eval-after-load 'dired


Loading…
Cancel
Save