summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-03 02:30:46 +0100
committerjao <jao@gnu.org>2022-10-03 02:33:52 +0100
commitec12e6e65591b10165c6ea73aebc4b99bcb2ef67 (patch)
treefe4287b336e98972d9419fa0525172065b74b620 /init.el
parentf6a5c51fae877f0bbae3a191b40757ca98b1c03d (diff)
downloadelibs-ec12e6e65591b10165c6ea73aebc4b99bcb2ef67.tar.gz
elibs-ec12e6e65591b10165c6ea73aebc4b99bcb2ef67.tar.bz2
mailcap: mime types are regexps
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el
index 7aafeff..0cf24bb 100644
--- a/init.el
+++ b/init.el
@@ -259,11 +259,11 @@
("emacsclient -e '(jao-icalendar-import-invite \"%s\")'" "application/ics")
(doc-view-mode "application/pdf" (display-graphic-p))
("zathura \"%s\"" "application/pdf")
- ;; (image-mode "image/*" (display-graphic-p))
+ (image-mode "image/.*" (display-graphic-p))
("firefox %s && riverctl set-focused-tags 2" "text/html" jao-river-enabled)
- ("swayimg \"%s\"" "image/*" jao-sway-enabled)
- ("imv-wayland \"%s\"" "image/*" jao-wayland-enabled)
- ("imv-x11 \"%s\"" "image/*")))))
+ ("swayimg \"%s\"" "image/.*" jao-sway-enabled)
+ ("imv-wayland \"%s\"" "image/.*" jao-wayland-enabled)
+ ("imv-x11 \"%s\"" "image/.*")))))
;;; Crypto
;;;; PGP, EPG, passwords