diff --git a/conf.org b/conf.org index eafcd8a..2b20c52 100644 --- a/conf.org +++ b/conf.org @@ -150,7 +150,7 @@ OS is one of those in `system-type'." "Return all applications that can open a given MIMETYPE. The list is comprised of alists where pairs are of the form (name . command)." (let* ((case-fold-search nil) - (mime-regex (concat "^MimeType=.*" mimetype ";.*$")) + (mime-regex (concat "^MimeType=.*" mimetype ";?.*$")) (desktop-dirs '("/usr/share/applications" "/usr/local/share/applications" "~/.local/share/applications"))