diff options
author | Case Duckworth | 2022-01-27 19:26:13 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-27 19:26:13 -0600 |
commit | 10622662b8680dd56015f4e6fe269b05a12c11dd (patch) | |
tree | fd84483ade2baab42a4902f69102725e32e7c7eb | |
parent | Add emms (diff) | |
download | emacs-10622662b8680dd56015f4e6fe269b05a12c11dd.tar.gz emacs-10622662b8680dd56015f4e6fe269b05a12c11dd.zip |
Add bmp to images
-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) |