diff options
| author | jao <jao@gnu.org> | 2025-11-23 22:52:11 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-23 22:52:11 +0000 |
| commit | 458bbada67c25bda301b62b4a4838db2f7d3627f (patch) | |
| tree | 1d4b1fbf153b64c156fde08d45785ab769357210 | |
| parent | 35008bf8e144f87f66d7b46e263b96aaaf49de17 (diff) | |
| download | elibs-458bbada67c25bda301b62b4a4838db2f7d3627f.tar.gz elibs-458bbada67c25bda301b62b4a4838db2f7d3627f.tar.bz2 | |
darwin: org-file-appsmain
| -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 |
