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 --- NEWS.md | 1 + org-d20.el | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1999d82..bf18bd6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ ---------------- - First public release. +- Remove hardcoded path to my dice rolling wav. 0.1 (2017) ---------- 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