diff --git a/README.org b/README.org index 638f05b7..4e519369 100644 --- a/README.org +++ b/README.org @@ -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" diff --git a/init.el b/init.el index 6a91afea..b78b9d81 100644 --- a/init.el +++ b/init.el @@ -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"