|
From: | Dimitri Fontaine |
Subject: | Re: user-controlled load-path extension: load-dir |
Date: | Fri, 18 Mar 2011 11:56:10 +0100 |
User-agent: | Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) |
Ted Zlatanov <address@hidden> writes: > SM> ;;;###autoload > SM> (add-hook 'after-init-hook 'load-dirs) That's very good news. > (defcustom load-dirs nil > "List of directories to load." > :group 'load-dir > :type '(repeat directory)) Any reason why this would not default to ("~/.emacs.d/load.d")? That would allow easier usage from code. The bootstrapping from nil is uneasy here, or I'm lacking imagination :) Regards, -- dim
[Prev in Thread] | Current Thread | [Next in Thread] |