Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
23afd1c8
Commit
23afd1c8
authored
Jun 13, 2007
by
Chong Yidong
Browse files
(gamegrid-user-score-file-directory): Use user-emacs-directory.
parent
70fe488c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/play/gamegrid.el
lisp/play/gamegrid.el
+2
-1
No files found.
lisp/play/gamegrid.el
View file @
23afd1c8
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment