[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Downgrade custom-theme-load-path into a defvar
From: |
John Wiegley |
Subject: |
Re: Downgrade custom-theme-load-path into a defvar |
Date: |
Wed, 07 Oct 2015 20:46:45 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) |
>>>>> Artur Malabarba <address@hidden> writes:
> I'd like to downgrade this defcustom into a defvar, so that users cannot
> customize it by accident. It should not be a defcustom in the same way that
> load-path isn't.
> Would anyone object?
What about having two load-paths, the way that we have
Info-default-directory-list, and Info-directory-list. The former is intended
to be customized and is not added to, while the second is derived from the
first initially, but possibly added to as Emacs runs.
John