summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-org.el')
-rw-r--r--custom/jao-custom-org.el10
1 files 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 ()