From e5d5668f5bfaeb4777fccfc0842e9ea41fe94ca3 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 25 Nov 2025 11:24:41 +0000 Subject: org: darwin links --- custom/jao-custom-org.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index d44bf95..37045c5 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -131,7 +131,9 @@ ;;; MIME and file apps (setq org-file-apps (jao-d-l - org-file-apps-macos + '((remote . emacs) + (system . "open %s") + (t . emacs)) '((system . mailcap) (".*\\.djvu" . system) (t . emacs)))) @@ -302,7 +304,11 @@ ;;;; mac links (jao-when-darwin (use-package org-mac-link - :ensure t)) + :ensure t + :bind (:map org-mode-map + ("C-c l m" . org-mac-link-mail-insert-link) + ("C-c l M" . org-mac-link-mail-insert-selected) + ("C-c l s" . org-mac-link-safari-insert-frontmost-url)))) ;;; eldoc (defun jao-org-eldoc--hook () -- cgit v1.2.3