diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 06ea5ae..526f2dd 100644 --- a/init.el +++ b/init.el | |||
@@ -185,7 +185,7 @@ | |||
185 | (+browse-url-set-handlers | 185 | (+browse-url-set-handlers |
186 | (list | 186 | (list |
187 | (cons (rx ; images | 187 | (cons (rx ; images |
188 | "." (or "jpeg" "jpg" "png") eos) | 188 | "." (or "jpeg" "jpg" "png" "bmp") eos) |
189 | (lambda (&rest args) | 189 | (lambda (&rest args) |
190 | (apply | 190 | (apply |
191 | (cond ((executable-find "mpv") #'+browse-image-with-mpv) | 191 | (cond ((executable-find "mpv") #'+browse-image-with-mpv) |