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: T.V Raman
Subject: Re: Feature Request: Per-package custom save files?
Date: Mon, 23 Jun 2014 14:11:20 -0700

Pulled use-package --it's a nice idea!  Would be really nice to
bring package-specific custom settings into the scope of a
use-package call.

chad writes:
 > 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]