mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(dired-guess-shell-alist-default): Suggest xv
for .png files.
This commit is contained in:
parent
3c708e9898
commit
b950abb185
@ -1,3 +1,8 @@
|
||||
2000-01-09 Stephen Eglen <stephen@gnu.org>
|
||||
|
||||
* dired-x.el (dired-guess-shell-alist-default): Suggest xv
|
||||
for .png files.
|
||||
|
||||
2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
||||
|
||||
* cus-edit.el (custom-hook-convert-widget): Fix comment.
|
||||
|
@ -994,6 +994,7 @@ dired."
|
||||
'("\\.p[bgpn]m$" "xv")
|
||||
'("\\.gif$" "xv") ; view gif pictures
|
||||
'("\\.tif$" "xv")
|
||||
'("\\.png$" "xv")
|
||||
'("\\.jpg$" "xv")
|
||||
'("\\.fig$" "xfig") ; edit fig pictures
|
||||
'("\\.out$" "xgraph") ; for plotting purposes.
|
||||
|
Loading…
Reference in New Issue
Block a user