scel: use xdg-compliant paths
Signed-off-by: Tim Blechmann <tim@klingt.org>
This commit is contained in:
parent
c66a01f782
commit
b64f936a3e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue