Not all of my machines have everything checked out
This commit is contained in:
		
							parent
							
								
									87e2d4e292
								
							
						
					
					
						commit
						1a870cc168
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
 | 
					  (when (f-directory? "~/other/rpgdm")
 | 
				
			||||||
    (use-package rpgdm
 | 
					    (use-package rpgdm
 | 
				
			||||||
      :straight (:local-repo "~/other/rpgdm")
 | 
					      :straight (:local-repo "~/other/rpgdm")
 | 
				
			||||||
      :commands (rpgdm-mode rpgdm-tables-load)
 | 
					      :commands (rpgdm-mode rpgdm-tables-load)
 | 
				
			||||||
    :config (ha-leader "t D" '("rpg dm" . rpgdm-mode)))
 | 
					      :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:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue