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
ccdd9d57
Commit
ccdd9d57
authored
Dec 28, 2000
by
Richard M. Stallman
Browse files
(dired-guess-shell-alist-default): Use xpdf instead of acroread.
parent
cbe3ad7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/dired-x.el
lisp/dired-x.el
+1
-1
No files found.
lisp/dired-x.el
View file @
ccdd9d57
...
@@ -1000,7 +1000,7 @@ dired."
...
@@ -1000,7 +1000,7 @@ dired."
'
(
"\\.out$"
"xgraph"
)
; for plotting purposes.
'
(
"\\.out$"
"xgraph"
)
; for plotting purposes.
'
(
"\\.tex$"
"latex"
"tex"
)
'
(
"\\.tex$"
"latex"
"tex"
)
'
(
"\\.texi\\(nfo\\)?$"
"makeinfo"
"texi2dvi"
)
'
(
"\\.texi\\(nfo\\)?$"
"makeinfo"
"texi2dvi"
)
'
(
"\\.pdf$"
"
acroread
"
)
; edit PDF files
'
(
"\\.pdf$"
"
xpdf
"
)
; edit PDF files
;; Some other popular archivers.
;; Some other popular archivers.
'
(
"\\.zoo$"
"zoo x//"
)
'
(
"\\.zoo$"
"zoo x//"
)
...
...
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