change default dnd character name
This commit is contained in:
parent
0be99de2ce
commit
0a72e6a097
|
@ -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"
|
||||
|
|
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…
Reference in a new issue