Not all of my machines have everything checked out

This commit is contained in:
Howard Abrams 2022-01-06 16:41:40 -08:00
parent 87e2d4e292
commit 1a870cc168

View file

@ -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. 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 #+BEGIN_SRC emacs-lisp
(use-package rpgdm (when (f-directory? "~/other/rpgdm")
:straight (:local-repo "~/other/rpgdm") (use-package rpgdm
:commands (rpgdm-mode rpgdm-tables-load) :straight (:local-repo "~/other/rpgdm")
:config (ha-leader "t D" '("rpg dm" . rpgdm-mode))) :commands (rpgdm-mode rpgdm-tables-load)
:config (ha-leader "t D" '("rpg dm" . rpgdm-mode))))
#+END_SRC #+END_SRC
* Technical Artifacts :noexport: * Technical Artifacts :noexport:
Let's =provide= a name so we can =require= this file: Let's =provide= a name so we can =require= this file: