We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.tgz
1 parent 01cab59 commit 01dfa80Copy full SHA for 01dfa80
core/me-builtin.el
@@ -286,6 +286,7 @@ or file path may exist now."
286
(dired-vc-rename-file t)
287
(dired-create-destination-dirs 'ask)
288
:config
289
+ (push '("\\.tgz\\'" . "tar -cf - %i | gzip -c9 > %o") dired-compress-files-alist)
290
(push '("\\.tar\\'" . "tar -cf %o %i") dired-compress-files-alist))
291
292
(use-package dired-x
0 commit comments