change default dnd character name

This commit is contained in:
Chris Cochrun 2024-09-24 10:12:37 -05:00
parent 0be99de2ce
commit 0a72e6a097
2 changed files with 2 additions and 2 deletions

View file

@ -5492,7 +5492,7 @@ Using emacs to run rpg things
(add-to-list 'load-path "/home/chris/dev/emacs-rpgdm/")
(use-package rpgdm
:config
(setq chris/dnd-character "radon")
(setq chris/dnd-character "althorien")
(defun chris/dnd-get-table (table range)
"Get a list of the contents of any `table' and use `range' to get the info"

View file

@ -3997,7 +3997,7 @@ interfere with the default `bongo-playlist-buffer'."
(add-to-list 'load-path "/home/chris/dev/emacs-rpgdm/")
(use-package rpgdm
:config
(setq chris/dnd-character "radon")
(setq chris/dnd-character "althorien")
(defun chris/dnd-get-table (table range)
"Get a list of the contents of any `table' and use `range' to get the info"