Federico Beffa (2017-03-02 14:35 +0100) wrote:

> Catonano <caton...@gmail.com> writes:
>
>> I installed emacs-debbugs
>>
>> But it doesn't get autoloaded, so I had to comment out this line in my 
>> .emacs file
>>
>> (add-to-list 'debbugs-gnu-all-packages "guix-patches")
>>
>> because otherwise when launching emacs it claims that 
>> "debbugs-gnu-all-packages" value is void
>
> If you put this
>
> (require 'debbugs-gnu)
>
> before '(add-to-list ...)' is should work.

No, no, do not require packages if you can avoid it!  This will really
slow emacs start time.  Well, of course, you are free to do whatever you
want, but I just can't see all the useless "require"s people have in
their configs.

Instead you can use 'with-eval-after-load' or 'eval-after-load' or
'use-package' <https://github.com/jwiegley/use-package>.

-- 
Alex

Reply via email to