diff options
-rw-r--r-- | custom/jao-custom-notmuch.el | 3 | ||||
-rw-r--r-- | init.el | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 4938e01..1dc5fc8 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -220,8 +220,7 @@ ;;; package ;; (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/") - -(jao-load-path "notmuch/emacs") +(jao-load-path "notmuch") (use-package notmuch :init @@ -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 |