On 15/05/2022 18:54, Juan Manuel Macías wrote:

(setq org-file-apps
       '((auto-mode . emacs)
  (directory . emacs)
  ("\\.mm\\'" . default)
  ("\\.x?html?\\'" . default)
  ("\\.pdf\\'" . "termux-open %s")))

Does termux have a notion of mailcap, e.g. mime-support package or something similar? I have a hope that

    application/pdf; termux-open %s

in /etc/mailcap or in ~/.mailcap might be enough instead of explicit configuration of particular packages.


Reply via email to