From 1a870cc168f3dd24940111ff17a09395bb0597db Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Thu, 6 Jan 2022 16:41:40 -0800 Subject: [PATCH] Not all of my machines have everything checked out --- ha-aux-apps.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ha-aux-apps.org b/ha-aux-apps.org index c47ef88..a1f9c0a 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -49,10 +49,11 @@ For some reason, you need [[https://github.com/Fanael/rainbow-identifiers][rainb Been working on a project for getting Emacs helping as a /Dungeon Master's Assistant/, and I must say, it is coming along nicely. In case you are reading this, let me know, and I'll start to share it. #+BEGIN_SRC emacs-lisp - (use-package rpgdm - :straight (:local-repo "~/other/rpgdm") - :commands (rpgdm-mode rpgdm-tables-load) - :config (ha-leader "t D" '("rpg dm" . rpgdm-mode))) + (when (f-directory? "~/other/rpgdm") + (use-package rpgdm + :straight (:local-repo "~/other/rpgdm") + :commands (rpgdm-mode rpgdm-tables-load) + :config (ha-leader "t D" '("rpg dm" . rpgdm-mode)))) #+END_SRC * Technical Artifacts :noexport: Let's =provide= a name so we can =require= this file: