Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
584a2773
Commit
584a2773
authored
Feb 27, 2011
by
Antoine Levitt
Committed by
Glenn Morris
Feb 27, 2011
Browse files
* lisp/dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
parent
ca3afb79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/dired-x.el
lisp/dired-x.el
+2
-0
No files found.
lisp/ChangeLog
View file @
584a2773
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):
...
...
lisp/dired-x.el
View file @
584a2773
...
...
@@ -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
")))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment