From 07c15994f8f378e266afa7811b0d724af9cc7075 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 31 Dec 2018 18:29:14 +0000 Subject: Remove hardcoded path to my dice rolling wav Signed-off-by: Sean Whitton --- org-d20.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'org-d20.el') diff --git a/org-d20.el b/org-d20.el index 6d93d03..ff31123 100644 --- a/org-d20.el +++ b/org-d20.el @@ -52,8 +52,7 @@ (defcustom org-d20-party nil "Party initiative modifiers.") -(defcustom org-d20-dice-sound - "~/lib/annex/doc/sounds/147531__ziembee__diceland.wav" +(defcustom org-d20-dice-sound nil "Path to a sound file that `play-sound-file' can play.") (defvar org-d20-mode-map -- cgit v1.2.3