From 0a72e6a097daa47d519ac527926755711b262246 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 24 Sep 2024 10:12:37 -0500 Subject: [PATCH] change default dnd character name --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"