diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-org.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 4021955..d44bf95 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -130,9 +130,11 @@ ;;; MIME and file apps (setq org-file-apps - '((system . mailcap) - (".*\\.djvu" . system) - (t . emacs))) + (jao-d-l + org-file-apps-macos + '((system . mailcap) + (".*\\.djvu" . system) + (t . emacs)))) ;;; Appearance (use-package org-appear |
