mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(gamegrid-user-score-file-directory): Use user-emacs-directory.
This commit is contained in:
parent
70fe488c38
commit
23afd1c8b6
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@
|
|||
(defvar gamegrid-score-file-length 50
|
||||
"Number of high scores to keep")
|
||||
|
||||
(defvar gamegrid-user-score-file-directory "~/.emacs.d/games"
|
||||
(defvar gamegrid-user-score-file-directory
|
||||
(concat user-emacs-directory "games")
|
||||
"A directory for game scores which can't be shared.
|
||||
If Emacs was built without support for shared game scores, then this
|
||||
directory will be used.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue