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
63212d45
Commit
63212d45
authored
Jun 13, 2007
by
Chong Yidong
Browse files
(custom-theme-directory): Use user-emacs-directory.
parent
0e8a0445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
lisp/custom.el
lisp/custom.el
+1
-4
No files found.
lisp/custom.el
View file @
63212d45
...
...
@@ -1009,10 +1009,7 @@ Every theme X has a property `provide-theme' whose value is \"X-theme\".
;;; Loading themes.
(
defcustom
custom-theme-directory
(
if
(
eq
system-type
'ms-dos
)
;; MS-DOS cannot have initial dot.
"~/_emacs.d/"
"~/.emacs.d/"
)
user-emacs-directory
"Directory in which Custom theme files should be written.
`load-theme' searches this directory in addition to load-path.
The command `customize-create-theme' writes the files it produces
...
...
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