diff --git a/ha-aux-apps.org b/ha-aux-apps.org index 34bd0da..2c76a33 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -71,7 +71,11 @@ And my new Ironsworn project: :after rpgdm :straight (:local-repo "~/other/emacs-ironsworn") :init - (setq rpgdm-ironsworn-project (expand-file-name "~/other/emacs-ironsworn")))) + (setq rpgdm-ironsworn-project (expand-file-name "~/other/emacs-ironsworn") + ;; Ignore org links that call my RPG functions: + org-link-elisp-skip-confirm-regexp (rx string-start (optional "(") "rpgdm-" + (or "tables-" "ironsworn-") + (one-or-more any))))) #+END_SRC * Technical Artifacts :noexport: Let's =provide= a name so we can =require= this file: