mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
* lisp/dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
This commit is contained in:
parent
ca3afb79d0
commit
584a277399
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
|
||||
|
||||
* dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
|
||||
|
||||
2011-02-28 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
|
||||
|
|
|
|||
|
|
@ -988,6 +988,8 @@ replace it with a dir-locals-file `./%s'"
|
|||
'("\\.lzh$" "lharc x")
|
||||
'("\\.arc$" "arc x")
|
||||
'("\\.shar$" "unshar")
|
||||
'("\\.rar$" "unrar x")
|
||||
'("\\.7z$" "7z x")
|
||||
|
||||
;; Compression.
|
||||
(list "\\.g?z$" '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue