aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-12-31 18:29:14 +0000
committerSean Whitton <spwhitton@spwhitton.name>2018-12-31 18:29:14 +0000
commit07c15994f8f378e266afa7811b0d724af9cc7075 (patch)
treec3d257890b96058dd45c9d01ed239d4d1edf736a
parentcd5e57b97ccc12765bfb6d0fec70a1bbc8b26fb3 (diff)
downloadorg-d20-07c15994f8f378e266afa7811b0d724af9cc7075.tar.gz
Remove hardcoded path to my dice rolling wav
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--NEWS.md1
-rw-r--r--org-d20.el3
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