Fix RPG TK loading bug by depending on hydra
This commit is contained in:
parent
680e3b0873
commit
7eb35e2eb2
1 changed files with 2 additions and 3 deletions
|
@ -175,9 +175,8 @@ Working on my new replacement of my DM code:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(when (f-directory? "~/other/emacs-rpgtk")
|
(when (f-directory? "~/other/emacs-rpgtk")
|
||||||
(use-package rpgtk
|
(use-package rpgtk
|
||||||
:straight (:local-repo "~/other/emacs-rpgtk"
|
:straight (:local-repo "~/other/emacs-rpgtk")
|
||||||
:files ("rpgtk.el" "rpgtk-dice.el"
|
:after hydra
|
||||||
"rpgtk-messages.el" "rpgtk-odds.el" "rpgtk-tables.el"))
|
|
||||||
;; :commands (rpgtk-mode rpgtk-tables-load rpgtk-dice rpgtk-message)
|
;; :commands (rpgtk-mode rpgtk-tables-load rpgtk-dice rpgtk-message)
|
||||||
:custom
|
:custom
|
||||||
(rpgtk-tables-directory "~/other/emacs-rpgtk/tables")
|
(rpgtk-tables-directory "~/other/emacs-rpgtk/tables")
|
||||||
|
|
Loading…
Reference in a new issue