|
From: | Ted Zlatanov |
Subject: | Re: user-controlled load-path extension: load-dir |
Date: | Fri, 18 Mar 2011 08:07:14 -0500 |
User-agent: | Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) |
On Fri, 18 Mar 2011 11:56:10 +0100 Dimitri Fontaine <address@hidden> wrote: >> (defcustom load-dirs nil >> "List of directories to load." >> :group 'load-dir >> :type '(repeat directory)) DF> Any reason why this would not default to ("~/.emacs.d/load.d")? That DF> would allow easier usage from code. The bootstrapping from nil is DF> uneasy here, or I'm lacking imagination :) I want this library to do absolutely nothing unless the user explicitly indicates otherwise. That way adding it to the Emacs core will not break any backwards compatibility or have any unexpected effects. Ted
[Prev in Thread] | Current Thread | [Next in Thread] |