help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: using use-package


From: Phillip Lord
Subject: Re: using use-package
Date: Tue, 04 Aug 2015 22:24:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Sharon Kimble <boudiccas@skimble.plus.com> writes:

> phillip.lord@newcastle.ac.uk (Phillip Lord) writes:
>
>> Sharon Kimble <boudiccas@skimble.plus.com> writes:
>>
>>
>>
>> It's the line before!
>>
>> :init
>>
>>
>> needs an argument. The problem is that ":bind" is being interpreted as
>> the argument for ":init", but not crashing (because it's a macro) and
>> then the alist is breaking.
>>
>> Probably you don't need the :init at all.
>
> Thanks, your right, it is tangling well now with no problems, along
> with Chunyang's spot of a missing "-".

Ah, yes, you have to run it to actually see that error.

> Thanks all folks, I'm hoping to rewrite my total init file this week to
> use "use-package" with every package that I use, but we shall see.

Oh, use-package is great. It is not that it actually does that much
(although it does some stuff!), but that it allows (and in all honesty,
forces) you to group together all configuration. I used to do this with
multiple files that I loaded, but this works as better and is simpler.
Add in :ensure and the unison file sync tool, and you can move from
machine to machine, with identical set ups -- that's the way I use it.
Pretty much the only package that I do not use use-package for is
use-package, as it doesn't bootstrap!

If I can be allowed to add a plug, also worth taking a look at my own
lentic package. I know that some people are using this for their init
file. It allows you to use org without all that tangling business.

Phil



reply via email to

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