projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7f5382
)
* lisp/image-dired.el (image-dired-external-viewer): Support feh.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 24 Oct 2021 10:20:35 +0000
(12:20 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 24 Oct 2021 10:21:13 +0000
(12:21 +0200)
lisp/image-dired.el
patch
|
blob
|
history
diff --git
a/lisp/image-dired.el
b/lisp/image-dired.el
index 4e6a410c1141dc73528a454754a5860a83b74135..2af0c6654ec9c59c2a6f3e77a50bf723a9143f54 100644
(file)
--- a/
lisp/image-dired.el
+++ b/
lisp/image-dired.el
@@
-504,11
+504,12
@@
with the comment."
;; dired-view-command-alist.
(cond ((executable-find "display"))
((executable-find "xli"))
- ((executable-find "qiv") "qiv -t"))
+ ((executable-find "qiv") "qiv -t")
+ ((executable-find "feh") "feh"))
"Name of external viewer.
Including parameters. Used when displaying original image from
`image-dired-thumbnail-mode'."
- :version "2
7
.1"
+ :version "2
8
.1"
:type '(choice string
(const :tag "Not Set" nil)))