From 10622662b8680dd56015f4e6fe269b05a12c11dd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 27 Jan 2022 19:26:13 -0600 Subject: Add bmp to images --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 06ea5ae..526f2dd 100644 --- a/init.el +++ b/init.el @@ -185,7 +185,7 @@ (+browse-url-set-handlers (list (cons (rx ; images - "." (or "jpeg" "jpg" "png") eos) + "." (or "jpeg" "jpg" "png" "bmp") eos) (lambda (&rest args) (apply (cond ((executable-find "mpv") #'+browse-image-with-mpv) -- cgit 1.4.1-21-gabe81