change default dnd character name
This commit is contained in:
parent
0be99de2ce
commit
0a72e6a097
2 changed files with 2 additions and 2 deletions
2
init.el
2
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue