From ccff884113100bf42cb330d8feccbbd4a82d45e6 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 17 Dec 2021 18:31:24 -0600 Subject: Bunches o changes I was gonna try to like, make these atomic, but oops --- lisp/+org.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/+org.el') diff --git a/lisp/+org.el b/lisp/+org.el index 9a91ef1..5631fed 100644 --- a/lisp/+org.el +++ b/lisp/+org.el @@ -392,5 +392,11 @@ the deletion might narrow the column." 'face '+org-script-markers))) t))) +;; Extra link types + +(defun +org-tel-open (number _) + "Notify the user of what phone NUMBER to call." + (message "Call: %s" number)) + (provide '+org) ;;; +org.el ends here -- cgit 1.4.1-21-gabe81