From 7eb35e2eb29084cc9dfacc49c1aa410ae1228baf Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sun, 19 May 2024 10:47:32 -0700 Subject: [PATCH] Fix RPG TK loading bug by depending on hydra --- ha-aux-apps.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ha-aux-apps.org b/ha-aux-apps.org index 11d11f1..60b8f96 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -175,9 +175,8 @@ Working on my new replacement of my DM code: #+begin_src emacs-lisp (when (f-directory? "~/other/emacs-rpgtk") (use-package rpgtk - :straight (:local-repo "~/other/emacs-rpgtk" - :files ("rpgtk.el" "rpgtk-dice.el" - "rpgtk-messages.el" "rpgtk-odds.el" "rpgtk-tables.el")) + :straight (:local-repo "~/other/emacs-rpgtk") + :after hydra ;; :commands (rpgtk-mode rpgtk-tables-load rpgtk-dice rpgtk-message) :custom (rpgtk-tables-directory "~/other/emacs-rpgtk/tables")