scel: use xdg-compliant paths

Signed-off-by: Tim Blechmann <tim@klingt.org>
This commit is contained in:
Tim Blechmann 2011-09-20 14:18:41 +02:00
parent c66a01f782
commit b64f936a3e

View file

@ -35,14 +35,14 @@
:options '(:must-match))
(defcustom sclang-help-path (list sclang-system-help-dir
"~/share/SuperCollider/Help")
"~/.local/share/SuperCollider/Help")
"*List of directories where SuperCollider help files are kept."
:group 'sclang-interface
:version "21.4"
:type '(repeat directory))
(defconst sclang-extension-path (list sclang-system-extension-dir
"~/share/SuperCollider/Extensions")
"~/.local/share/SuperCollider/Extensions")
"List of SuperCollider extension directories.")
(defcustom sclang-help-fill-column fill-column