No more warnings with some elisp-links for org-mode
This commit is contained in:
parent
7900ed9564
commit
aff07bdf5f
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue