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
0eee7a1d
Commit
0eee7a1d
authored
Jun 13, 2007
by
Chong Yidong
Browse files
(server-auth-dir): Use user-emacs-directory.
parent
144bd71e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/server.el
lisp/server.el
+1
-1
No files found.
lisp/server.el
View file @
0eee7a1d
...
...
@@ -105,7 +105,7 @@ If set, the server accepts remote connections; otherwise it is local."
:version
"22.1"
)
(
put
'server-host
'risky-local-variable
t
)
(
defcustom
server-auth-dir
"~/.emacs.d/
server/"
(
defcustom
server-auth-dir
(
concat
user-emacs-directory
"
server/"
)
"Directory for server authentication files."
:group
'server
:type
'directory
...
...
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