emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature Request: Per-package custom save files?


From: chad
Subject: Re: Feature Request: Per-package custom save files?
Date: Mon, 23 Jun 2014 12:30:19 -0700

On 23 Jun 2014, at 09:52, T.V Raman <address@hidden> wrote:

> 2. My thought around factoring out custom settings into a
> canonical per-package custom-settings file was to achieve the
> second goal -- not loading settings for packages you dont use --
> 
> so: Today I have 
> (setq custom-file (expand-file-name "~/.customize-emacs"))
> In my .emacs.
> 
> What if instead -- for each add-on elisp package <foo>    we
> used custom-<foo>-settings.el  -- then as an example,  I could
> load custom-ecb-settings.el only when I load the <ecb> package.


Take a look at jwiegley's use-package package for some cool ideas in this space:

        https://github.com/jwiegley/use-package
        http://melpa.milkbox.net/#/use-package

~Chad




reply via email to

[Prev in Thread] Current Thread [Next in Thread]